Skip to content

Commit

Permalink
autobuild wf schedule trigger enabled again
Browse files Browse the repository at this point in the history
  • Loading branch information
accetto committed Mar 8, 2021
1 parent fce8191 commit 895bd88
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/dockerhub-autobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
### prereleased: a pre-release is created
### released: a release or draft of a release is published, or a pre-release is changed to a release
types: [published]
# schedule:
# ### * is a special character in YAML so you have to quote this string
# ### every 5 minutes (for testing only)
# # - cron: '*/5 * * * *'
# ### at 00:15 on every Sunday
# - cron: '15 0 * * 0'
schedule:
### * is a special character in YAML so you have to quote this string
### every 5 minutes (for testing only)
# - cron: '*/5 * * * *'
### at 00:15 on every Sunday
- cron: '15 0 * * 0'
jobs:
call-dockerhub:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 895bd88

Please sign in to comment.