There was an error while loading. Please reload this page.
1 parent a0eb34a commit bc44f49Copy full SHA for bc44f49
2 files changed
.github/workflows/antsibull-build.yml
@@ -9,9 +9,9 @@ name: antsibull-build
9
branches: [main]
10
pull_request:
11
12
- # Run once per week (Thursday at 04:00 UTC)
+ # Run once per day (at 04:00 UTC)
13
schedule:
14
- - cron: '0 4 * * 4'
+ - cron: '0 4 * * *'
15
workflow_dispatch:
16
17
jobs:
.github/workflows/nox.yml
@@ -9,9 +9,9 @@ name: nox
+ # Run once per week (Thursday at 04:15 UTC)
+ - cron: '15 4 * * 4'
env:
0 commit comments