Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
run every 5 minutes
  • Loading branch information
3nids committed Aug 20, 2020
1 parent 5b2717c commit 7960a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Expand Up @@ -5,7 +5,7 @@ on:
# runs every day
# - cron: '0 0 * * *'
# every hour
- cron: '* */1 * * *'
- cron: '*/5 * * * *'

jobs:
build-docker:
Expand Down

0 comments on commit 7960a9c

Please sign in to comment.