Skip to content

Commit

Permalink
ci: Update cron schedule for checker
Browse files Browse the repository at this point in the history
  • Loading branch information
yorifuji committed Apr 18, 2024
1 parent a667365 commit f8523cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pubspec-update-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ run-name: Check pubspec.lock updates ${{ (vars.RUNS_ON_SELF_HOSTED == null && '(
on:
workflow_dispatch:
schedule:
- cron: '0 15 * * *'
- cron: '0 15 * * 0'

env:
GIT_USER_EMAIL: '41898282+github-actions[bot]@users.noreply.github.com'
Expand Down

0 comments on commit f8523cc

Please sign in to comment.