Skip to content

Commit

Permalink
ci: only run once a week
Browse files Browse the repository at this point in the history
  • Loading branch information
zeapoz committed May 6, 2024
1 parent a7fe278 commit 8821bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: update-flake-lock
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * 1,5' # 00:00 AM on Mondays and Fridays.
- cron: '0 0 * * 1' # 00:00 AM on Mondays.

jobs:
update-flake-lock:
Expand Down

0 comments on commit 8821bac

Please sign in to comment.