We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4bb402 commit 52a8999Copy full SHA for 52a8999
.github/workflows/buildah-build-devel.yml
@@ -2,7 +2,7 @@ name: buildah-build-devel
2
on:
3
workflow_dispatch:
4
schedule:
5
- - cron: "30 12 * * 0" # 12:30 UTC every Sunday
+ - cron: "41 19 * * *" # 19:41 UTC everyday
6
push:
7
paths:
8
- .github/workflows/buildah-build-devel.yml # Self-trigger
.github/workflows/buildah-build-runtime.yml
@@ -2,7 +2,7 @@ name: buildah-build-runtime
- - cron: '30 16 * * 1-5' # 16:30 UTC every weekday
+ - cron: '30 0 * * 5' # 00:30 UTC every Friday
- .github/workflows/buildah-build-runtime.yml # Self-trigger
0 commit comments