Skip to content

Commit

Permalink
chore: update the images only during Sunday
Browse files Browse the repository at this point in the history
We should only update once a week

Signed-off-by: Jonathan Gonzalez V. <[email protected]>
  • Loading branch information
sxd committed Nov 21, 2024
1 parent b0b44f1 commit 57eacb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Automatic Updates

on:
schedule:
- cron: 0 0 * * *
- cron: 0 0 * * 0
workflow_dispatch:

defaults:
Expand Down

0 comments on commit 57eacb2

Please sign in to comment.