Skip to content

Commit 7b36b2e

Browse files
Change schedules to run on weekdays only (#813)
1 parent 5677534 commit 7b36b2e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/humble-binary-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
- '**.xml'
3333
schedule:
3434
# Run every morning to detect flakiness and broken dependencies
35-
- cron: '03 1 * * *'
35+
- cron: '03 1 * * MON-FRI'
3636

3737
jobs:
3838
binary:

.github/workflows/humble-docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
- 'ros2_control_demos.humble.repos'
3333
schedule:
3434
# Run every morning to detect broken dependencies
35-
- cron: '40 1 * * *'
35+
- cron: '40 1 * * MON-FRI'
3636

3737

3838
jobs:

.github/workflows/humble-semi-binary-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
- '**.xml'
3333
schedule:
3434
# Run every morning to detect flakiness and broken dependencies
35-
- cron: '33 1 * * *'
35+
- cron: '33 1 * * MON-FRI'
3636

3737
jobs:
3838
semi_binary:

.github/workflows/rolling-binary-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ on:
3333
- '**.xml'
3434
schedule:
3535
# Run every morning to detect flakiness and broken dependencies
36-
- cron: '03 1 * * *'
36+
- cron: '03 1 * * MON-FRI'
3737

3838
jobs:
3939
binary:

.github/workflows/rolling-docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
- 'ros2_control_demos.rolling.repos'
3333
schedule:
3434
# Run every morning to detect broken dependencies
35-
- cron: '50 1 * * *'
35+
- cron: '50 1 * * MON-FRI'
3636

3737

3838
jobs:

.github/workflows/rolling-semi-binary-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
- '**.xml'
3333
schedule:
3434
# Run every morning to detect flakiness and broken dependencies
35-
- cron: '33 1 * * *'
35+
- cron: '33 1 * * MON-FRI'
3636

3737
jobs:
3838
semi_binary:

0 commit comments

Comments
 (0)