Skip to content

Commit bc44f49

Browse files
authored
Run Ansible test builds daily. (#570)
1 parent a0eb34a commit bc44f49

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/antsibull-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: antsibull-build
99
branches: [main]
1010
pull_request:
1111
branches: [main]
12-
# Run once per week (Thursday at 04:00 UTC)
12+
# Run once per day (at 04:00 UTC)
1313
schedule:
14-
- cron: '0 4 * * 4'
14+
- cron: '0 4 * * *'
1515
workflow_dispatch:
1616

1717
jobs:

.github/workflows/nox.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ name: nox
99
branches: [main]
1010
pull_request:
1111
branches: [main]
12-
# Run once per week (Thursday at 04:00 UTC)
12+
# Run once per week (Thursday at 04:15 UTC)
1313
schedule:
14-
- cron: '0 4 * * 4'
14+
- cron: '15 4 * * 4'
1515
workflow_dispatch:
1616

1717
env:

0 commit comments

Comments
 (0)