Skip to content

Commit 76317a4

Browse files
Merge pull request #49 from theohbrothers/enhancement/ci-add-workflow-dispatch-to-cron-job
Enhancement (ci): Add `workflow_dispatch` to `cron` job
2 parents 8d05c8f + 6ab2395 commit 76317a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/cron.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
schedule:
44
# Run daily
55
- cron: '0 0 * * *'
6+
workflow_dispatch:
67
jobs:
78
update-versions:
89
runs-on: ubuntu-latest

generate/templates/.github/workflows/cron.yml.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
schedule:
55
# Run daily
66
- cron: '0 0 * * *'
7+
workflow_dispatch:
78
jobs:
89
update-versions:
910
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)