Skip to content

Commit

Permalink
Update trigger-release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
NanuIjaz authored Feb 11, 2024
1 parent dd97114 commit 0087f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Check for New Release

on:
schedule:
- cron: '* */12 * * *' # Schedule to run every 24 hours
- cron: '0 */12 * * *' # Schedule to run every 24 hours

jobs:
check-for-release:
Expand Down

0 comments on commit 0087f84

Please sign in to comment.