Skip to content

Commit a348b09

Browse files
committed
Refs #25442. Update condition for run-tests.
Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
1 parent f883821 commit a348b09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ubuntu-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,5 @@ jobs:
6666
fastdds-python-branch: ${{ inputs.fastdds-python-branch || github.ref }}
6767
fastdds-branch: ${{ inputs.fastdds-branch || 'master' }}
6868
run-build: ${{ !(github.event_name == 'pull_request') || !contains(github.event.pull_request.labels.*.name, 'skip-ci') }}
69-
run-tests: ${{ (inputs.run-tests == true) || ((github.event_name == 'pull_request') && (!contains(github.event.pull_request.labels.*.name, 'no-test'))) }}
69+
run-tests: ${{ (inputs.run-tests == true) || ((github.event_name == 'pull_request') && (!contains(github.event.pull_request.labels.*.name, 'no-test')) && !contains(github.event.pull_request.labels.*.name, 'skip-ci')) }}
7070
use-ccache: ${{ inputs.use-ccache || false }}

0 commit comments

Comments
 (0)