Skip to content

Commit f0a36ff

Browse files
authored
Merge pull request #66 from octodns/manually-triggered
Allow workflows to be manually triggered
2 parents b7b4589 + cb595b6 commit f0a36ff

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: octoDNS ConstellixProvider
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
workflow_dispatch:
35

46
jobs:
57
config:

.github/workflows/stale.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: 'Close stale issues and PRs'
22
on:
33
schedule:
44
- cron: '42 4 * * *'
5+
workflow_dispatch:
6+
57
jobs:
68
stale:
79
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)