Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[21479] Allow runing CI on external contributions #5220

Merged
merged 3 commits into from
Oct 2, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Refs #21479: Apply rev suggestions
Signed-off-by: eProsima <jesuspoderoso@eprosima.com>
JesusPoderoso committed Oct 2, 2024
commit c6ae1fd87d7112e172fee0c4d7aa918149f35ba3
3 changes: 0 additions & 3 deletions .github/workflows/nightly-ubuntu-ci.yml
Original file line number Diff line number Diff line change
@@ -25,7 +25,6 @@ jobs:
run-build: true
run-tests: true
use-ccache: false
add-label: false

nightly-ubuntu-ci-3_0_x:
strategy:
@@ -66,7 +65,6 @@ jobs:
run-build: true
run-tests: true
use-ccache: false
add-label: false

nightly-ubuntu-ci-2_10_x:
strategy:
@@ -87,5 +85,4 @@ jobs:
run-build: true
run-tests: true
use-ccache: false
add-label: false

2 changes: 1 addition & 1 deletion .github/workflows/reusable-ubuntu-ci.yml
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ on:
description: 'Add the CI-PENDING label to the PR'
required: false
type: boolean
default: true
default: false

env:
security-cmake-flag: ${{ inputs.security == true && '-DSECURITY=ON' || '-DSECURITY=OFF' }}
5 changes: 0 additions & 5 deletions .github/workflows/ubuntu-ci.yml
Original file line number Diff line number Diff line change
@@ -38,11 +38,6 @@ on:
required: false
type: boolean
default: false
add-label:
description: 'Add a label to the PR'
required: false
type: boolean
default: false

pull_request:
types:
2 changes: 0 additions & 2 deletions .github/workflows/weekly-ubuntu-ci.yml
Original file line number Diff line number Diff line change
@@ -28,7 +28,6 @@ jobs:
run-build: true
run-tests: true
use-ccache: false
add-label: false

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