Skip to content

Commit

Permalink
Merge pull request #98 from theohbrothers/enhancement/ci-add-workflow…
Browse files Browse the repository at this point in the history
…-dispatch-to-cron-job

Enhancement (ci): Add `workflow_dispatch` to `cron` job
  • Loading branch information
leojonathanoh authored Sep 25, 2023
2 parents 4fa53b5 + 4ac172d commit 330b898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
schedule:
# Run daily
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
update-versions:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions generate/templates/.github/workflows/cron.yml.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
schedule:
# Run daily
- cron: '0 0 * * *'
workflow_dispatch:
jobs:
update-versions:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 330b898

Please sign in to comment.