Skip to content

Commit d3a4c17

Browse files
Run all workflows also on push to cache ccache (#2206)
1 parent 52f647b commit d3a4c17

8 files changed

+16
-32
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Humble - Debian Semi-Binary Build
22
on:
33
workflow_dispatch:
4-
pull_request:
4+
pull_request: &event
55
branches:
66
- humble
77
paths:
@@ -15,9 +15,7 @@ on:
1515
- '**/CMakeLists.txt'
1616
- 'ros2_controllers.humble.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 1 * * MON-FRI'
18+
push: *event
2119

2220
concurrency:
2321
# cancel previous runs of the same workflow, except for pushes on given branches

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Humble - RHEL Semi-Binary Build
22
on:
33
workflow_dispatch:
4-
pull_request:
4+
pull_request: &event
55
branches:
66
- humble
77
paths:
@@ -15,9 +15,7 @@ on:
1515
- '**/CMakeLists.txt'
1616
- 'ros2_controllers.humble.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 1 * * MON-FRI'
18+
push: *event
2119

2220
concurrency:
2321
# cancel previous runs of the same workflow, except for pushes on given branches

.github/workflows/jazzy-debian-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Jazzy - Debian Semi-Binary Build
22
on:
33
workflow_dispatch:
4-
pull_request:
4+
pull_request: &event
55
branches:
66
- jazzy
77
paths:
@@ -15,9 +15,7 @@ on:
1515
- '**/CMakeLists.txt'
1616
- 'ros2_controllers.jazzy.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 1 * * MON-FRI'
18+
push: *event
2119

2220
concurrency:
2321
# cancel previous runs of the same workflow, except for pushes on given branches

.github/workflows/jazzy-rhel-semi-binary-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Jazzy - RHEL Semi-Binary Build
22
on:
33
workflow_dispatch:
4-
pull_request:
4+
pull_request: &event
55
branches:
66
- jazzy
77
paths:
@@ -15,9 +15,7 @@ on:
1515
- '**/CMakeLists.txt'
1616
- 'ros2_controllers.jazzy.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 1 * * MON-FRI'
18+
push: *event
2119

2220
concurrency:
2321
# cancel previous runs of the same workflow, except for pushes on given branches

.github/workflows/kilted-debian-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Kilted - Debian Semi-Binary Build
22
on:
33
workflow_dispatch:
4-
pull_request:
4+
pull_request: &event
55
branches:
66
- kilted
77
paths:
@@ -15,9 +15,7 @@ on:
1515
- '**/CMakeLists.txt'
1616
- 'ros2_controllers.kilted.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 1 * * MON-FRI'
18+
push: *event
2119

2220
concurrency:
2321
# cancel previous runs of the same workflow, except for pushes on given branches

.github/workflows/kilted-rhel-semi-binary-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Kilted - RHEL Semi-Binary Build
22
on:
33
workflow_dispatch:
4-
pull_request:
4+
pull_request: &event
55
branches:
66
- kilted
77
paths:
@@ -15,9 +15,7 @@ on:
1515
- '**/CMakeLists.txt'
1616
- 'ros2_controllers.kilted.repos'
1717
- '**.xml'
18-
schedule:
19-
# Run every day to detect flakiness and broken dependencies
20-
- cron: '03 1 * * MON-FRI'
18+
push: *event
2119

2220
concurrency:
2321
# cancel previous runs of the same workflow, except for pushes on given branches

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Rolling - Debian Semi-Binary Build
22
on:
33
workflow_dispatch:
4-
pull_request:
4+
pull_request: &event
55
branches:
66
- master
77
paths:
@@ -16,9 +16,7 @@ on:
1616
- 'ros2_controllers.rolling.repos'
1717
- 'ros2_controllers.kilted.repos'
1818
- '**.xml'
19-
schedule:
20-
# Run every day to detect flakiness and broken dependencies
21-
- cron: '03 1 * * MON-FRI'
19+
push: *event
2220

2321
concurrency:
2422
# cancel previous runs of the same workflow, except for pushes on given branches

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Rolling - RHEL Semi-Binary Build
22
on:
33
workflow_dispatch:
4-
pull_request:
4+
pull_request: &event
55
branches:
66
- master
77
paths:
@@ -16,9 +16,7 @@ on:
1616
- 'ros2_controllers.rolling.repos'
1717
- 'ros2_controllers.kilted.repos'
1818
- '**.xml'
19-
schedule:
20-
# Run every day to detect flakiness and broken dependencies
21-
- cron: '03 1 * * MON-FRI'
19+
push: *event
2220

2321
concurrency:
2422
# cancel previous runs of the same workflow, except for pushes on given branches

0 commit comments

Comments
 (0)