Skip to content

Commit

Permalink
Merge pull request #121 from getwilds/scout-cron
Browse files Browse the repository at this point in the history
Updating cron scheduling for Docker Scout GitHub Action
  • Loading branch information
tefirman authored Oct 22, 2024
2 parents f48083d + fc3ae6d commit 49b89ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-scout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker Scout
on:
workflow_dispatch:
schedule:
- cron: "0 * * * *"
- cron: "0 0 1 * *"

env:
GH_TOKEN: ${{ github.token }}
Expand Down

0 comments on commit 49b89ae

Please sign in to comment.