Skip to content

Commit

Permalink
github: fix cron for check-flutter-submodule.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Mar 30, 2024
1 parent a5abf95 commit c98c6eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-flutter-submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
paths:
- .github/workflows/check-flutter-submodule.yml
schedule:
# every 2 days at 10:50 am (random time to avoid spikes in GitHub Actions usage)
- cron: '50 10 * * *'
# every 2 days at 5:58 am (random time to avoid spikes in GitHub Actions usage)
- cron: '58 5 */2 * *'

jobs:
check-flutter-submodule:
Expand Down

0 comments on commit c98c6eb

Please sign in to comment.