Skip to content

Commit 8446966

Browse files
Merge branch 'master' into jtc/controller_plugin
2 parents 2626265 + f920e6d commit 8446966

File tree

94 files changed

+2970
-602
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+2970
-602
lines changed

.github/workflows/humble-abi-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ on:
1717
- '**.xml'
1818

1919
concurrency:
20-
# cancel previous runs of the same workflow, except for pushes on humble branch
20+
# cancel previous runs of the same workflow, except for pushes on given branches
2121
group: ${{ github.workflow }}-${{ github.ref }}
22-
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}
22+
cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }}
2323

2424
jobs:
2525
abi_check:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ on:
3737
- cron: '03 1 * * MON-FRI'
3838

3939
concurrency:
40-
# cancel previous runs of the same workflow, except for pushes on humble branch
40+
# cancel previous runs of the same workflow, except for pushes on given branches
4141
group: ${{ github.workflow }}-${{ github.ref }}
42-
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}
42+
cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }}
4343

4444
jobs:
4545
binary:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ on:
3333
- '**.xml'
3434

3535
concurrency:
36-
# cancel previous runs of the same workflow, except for pushes on humble branch
36+
# cancel previous runs of the same workflow, except for pushes on given branches
3737
group: ${{ github.workflow }}-${{ github.ref }}
38-
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}
38+
cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }}
3939

4040
jobs:
4141
coverage_humble:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ on:
2020
- cron: '03 1 * * MON-FRI'
2121

2222
concurrency:
23-
# cancel previous runs of the same workflow, except for pushes on humble branch
23+
# cancel previous runs of the same workflow, except for pushes on given branches
2424
group: ${{ github.workflow }}-${{ github.ref }}
25-
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}
25+
cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }}
2626

2727
jobs:
2828
debian_semi_binary_build:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ on:
2020
- cron: '03 1 * * MON-FRI'
2121

2222
concurrency:
23-
# cancel previous runs of the same workflow, except for pushes on humble branch
23+
# cancel previous runs of the same workflow, except for pushes on given branches
2424
group: ${{ github.workflow }}-${{ github.ref }}
25-
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}
25+
cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }}
2626

2727
jobs:
2828
rhel_semi_binary_build:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ on:
3636
- cron: '33 1 * * MON-FRI'
3737

3838
concurrency:
39-
# cancel previous runs of the same workflow, except for pushes on humble branch
39+
# cancel previous runs of the same workflow, except for pushes on given branches
4040
group: ${{ github.workflow }}-${{ github.ref }}
41-
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}
41+
cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }}
4242

4343
jobs:
4444
semi_binary:

.github/workflows/jazzy-abi-compatibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ on:
1616
- '**.xml'
1717

1818
concurrency:
19-
# cancel previous runs of the same workflow, except for pushes on jazzy branch
19+
# cancel previous runs of the same workflow, except for pushes on given branches
2020
group: ${{ github.workflow }}-${{ github.ref }}
21-
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}
21+
cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }}
2222

2323
jobs:
2424
abi_check:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ on:
3838
- cron: '03 1 * * MON-FRI'
3939

4040
concurrency:
41-
# cancel previous runs of the same workflow, except for pushes on jazzy branch
41+
# cancel previous runs of the same workflow, except for pushes on given branches
4242
group: ${{ github.workflow }}-${{ github.ref }}
43-
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}
43+
cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }}
4444

4545
jobs:
4646
binary:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ on:
3333
- 'ros2_controllers.jazzy.repos'
3434

3535
concurrency:
36-
# cancel previous runs of the same workflow, except for pushes on jazzy branch
36+
# cancel previous runs of the same workflow, except for pushes on given branches
3737
group: ${{ github.workflow }}-${{ github.ref }}
38-
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}
38+
cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }}
3939

4040
jobs:
4141
coverage_jazzy:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ on:
2020
- cron: '03 1 * * MON-FRI'
2121

2222
concurrency:
23-
# cancel previous runs of the same workflow, except for pushes on jazzy branch
23+
# cancel previous runs of the same workflow, except for pushes on given branches
2424
group: ${{ github.workflow }}-${{ github.ref }}
25-
cancel-in-progress: ${{ !startsWith(github.ref, '/refs/heads') }}
25+
cancel-in-progress: ${{ !startsWith(github.ref, 'refs/heads') }}
2626

2727
jobs:
2828
debian_semi_binary_build:

0 commit comments

Comments
 (0)