Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/humble-debian-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Humble - Debian Semi-Binary Build
on:
workflow_dispatch:
pull_request:
pull_request: &event
branches:
- humble
paths:
Expand All @@ -15,9 +15,7 @@ on:
- '**/CMakeLists.txt'
- 'control_toolbox.humble.repos'
- '**.xml'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 5 * * MON-FRI'
push: *event

concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches branch
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/humble-rhel-semi-binary-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Humble - RHEL Semi-Binary Build
on:
workflow_dispatch:
pull_request:
pull_request: &event
branches:
- humble
paths:
Expand All @@ -15,9 +15,7 @@ on:
- '**/CMakeLists.txt'
- 'control_toolbox.humble.repos'
- '**.xml'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * MON-FRI'
push: *event

concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches branch
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/jazzy-debian-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Jazzy - Debian Semi-Binary Build
on:
workflow_dispatch:
pull_request:
pull_request: &event
branches:
- jazzy
paths:
Expand All @@ -15,9 +15,7 @@ on:
- '**/CMakeLists.txt'
- 'control_toolbox.jazzy.repos'
- '**.xml'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 5 * * MON-FRI'
push: *event

concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches branch
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/jazzy-rhel-semi-binary-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Jazzy - RHEL Semi-Binary Build
on:
workflow_dispatch:
pull_request:
pull_request: &event
branches:
- jazzy
paths:
Expand All @@ -15,9 +15,7 @@ on:
- '**/CMakeLists.txt'
- 'control_toolbox.jazzy.repos'
- '**.xml'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * MON-FRI'
push: *event

concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches branch
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/kilted-debian-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Kilted - Debian Semi-Binary Build
on:
workflow_dispatch:
pull_request:
pull_request: &event
branches:
- kilted
paths:
Expand All @@ -15,9 +15,7 @@ on:
- '**/CMakeLists.txt'
- 'control_toolbox.kilted.repos'
- '**.xml'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 5 * * MON-FRI'
push: *event

concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches branch
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/kilted-rhel-semi-binary-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Kilted - RHEL Semi-Binary Build
on:
workflow_dispatch:
pull_request:
pull_request: &event
branches:
- kilted
paths:
Expand All @@ -15,9 +15,7 @@ on:
- '**/CMakeLists.txt'
- 'control_toolbox.kilted.repos'
- '**.xml'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * MON-FRI'
push: *event

concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches branch
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/rolling-debian-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Rolling - Debian Semi-Binary Build
on:
workflow_dispatch:
pull_request:
pull_request: &event
branches:
- master
paths:
Expand All @@ -15,9 +15,7 @@ on:
- '**/CMakeLists.txt'
- 'control_toolbox.rolling.repos'
- '**.xml'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 5 * * MON-FRI'
push: *event

concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches branch
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/rolling-rhel-semi-binary-build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Rolling - RHEL Semi-Binary Build
on:
workflow_dispatch:
pull_request:
pull_request: &event
branches:
- master
paths:
Expand All @@ -15,9 +15,7 @@ on:
- '**/CMakeLists.txt'
- 'control_toolbox.rolling.repos'
- '**.xml'
schedule:
# Run every day to detect flakiness and broken dependencies
- cron: '03 3 * * MON-FRI'
push: *event

concurrency:
# cancel previous runs of the same workflow, except for pushes on given branches branch
Expand Down