Skip to content

Commit 069b5a4

Browse files
christophfroehlichmergify[bot]
authored andcommitted
Cleanup and grooming of CI (#205)
(cherry picked from commit 4643983)
1 parent d236cce commit 069b5a4

File tree

4 files changed

+3
-29
lines changed

4 files changed

+3
-29
lines changed

.github/workflows/humble-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- humble
1313
schedule:
1414
# Run every morning to detect flakiness and broken dependencies
15-
- cron: '28 6 * * *'
15+
- cron: '28 6 * * MON-FRI'
1616

1717
concurrency:
1818
# cancel previous runs of the same workflow, except for pushes on master branch

.github/workflows/jazzy-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- jazzy
1313
schedule:
1414
# Run every morning to detect flakiness and broken dependencies
15-
- cron: '28 6 * * *'
15+
- cron: '28 6 * * MON-FRI'
1616

1717
concurrency:
1818
# cancel previous runs of the same workflow, except for pushes on jazzy branch

.github/workflows/prerelease.yaml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.github/workflows/rolling-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
- master
1313
schedule:
1414
# Run every morning to detect flakiness and broken dependencies
15-
- cron: '28 6 * * *'
15+
- cron: '28 6 * * MON-FRI'
1616

1717
concurrency:
1818
# cancel previous runs of the same workflow, except for pushes on master branch

0 commit comments

Comments
 (0)