We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9eed7 commit b12a85dCopy full SHA for b12a85d
.github/workflows/container-release.yml
@@ -7,7 +7,7 @@ on:
7
8
schedule:
9
# * is a special character in YAML so you have to quote this string
10
- - cron: '0 */6 * * *'
+ - cron: '0 */3 * * *'
11
12
jobs:
13
0 commit comments