Skip to content

Commit

Permalink
Remove expired images and update cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 10, 2024
1 parent c8ae1be commit 0927126
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/buildndeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ on:
branches:
- main
workflow_dispatch:
# schedule:
schedule:
- cron: "0 0 24 12 *"
- cron: "0 0 27 12 *"
- cron: "0 0 1 1 *"
- cron: "0 0 2 1 *"

permissions:
contents: write
Expand Down

0 comments on commit 0927126

Please sign in to comment.