Skip to content

Commit

Permalink
Enhancement (ci): Add workflow_dispatch to cron job
Browse files Browse the repository at this point in the history
  • Loading branch information
leojonathanoh committed Sep 25, 2023
1 parent a464e89 commit 8690425
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 8690425

Please sign in to comment.