Skip to content

Commit c6ae1fd

Browse files
committed
Refs #21479: Apply rev suggestions
Signed-off-by: eProsima <[email protected]>
1 parent f8cc87d commit c6ae1fd

File tree

4 files changed

+1
-11
lines changed

4 files changed

+1
-11
lines changed

.github/workflows/nightly-ubuntu-ci.yml

-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
run-build: true
2626
run-tests: true
2727
use-ccache: false
28-
add-label: false
2928

3029
nightly-ubuntu-ci-3_0_x:
3130
strategy:
@@ -66,7 +65,6 @@ jobs:
6665
run-build: true
6766
run-tests: true
6867
use-ccache: false
69-
add-label: false
7068

7169
nightly-ubuntu-ci-2_10_x:
7270
strategy:
@@ -87,5 +85,4 @@ jobs:
8785
run-build: true
8886
run-tests: true
8987
use-ccache: false
90-
add-label: false
9188

.github/workflows/reusable-ubuntu-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ on:
5656
description: 'Add the CI-PENDING label to the PR'
5757
required: false
5858
type: boolean
59-
default: true
59+
default: false
6060

6161
env:
6262
security-cmake-flag: ${{ inputs.security == true && '-DSECURITY=ON' || '-DSECURITY=OFF' }}

.github/workflows/ubuntu-ci.yml

-5
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ on:
3838
required: false
3939
type: boolean
4040
default: false
41-
add-label:
42-
description: 'Add a label to the PR'
43-
required: false
44-
type: boolean
45-
default: false
4641

4742
pull_request:
4843
types:

.github/workflows/weekly-ubuntu-ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
run-build: true
2929
run-tests: true
3030
use-ccache: false
31-
add-label: false
3231

3332
weekly-ubuntu-ci-2_6_x:
3433
strategy:
@@ -47,4 +46,3 @@ jobs:
4746
run-build: true
4847
run-tests: true
4948
use-ccache: false
50-
add-label: false

0 commit comments

Comments
 (0)