Skip to content

Commit

Permalink
The shortest interval you can run scheduled workflows is once every 5…
Browse files Browse the repository at this point in the history
… minutes.
  • Loading branch information
fastfadingviolets committed Jul 11, 2024
1 parent 08ec1a2 commit 4518eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create and publish a Docker image

on:
schedule:
- cron: "*/3 * * * *"
- cron: "*/5 * * * *"
release:
types: [published]
workflow_dispatch:
Expand Down

0 comments on commit 4518eca

Please sign in to comment.