Skip to content

Commit

Permalink
Refs #21158: TODO REMOVE - Remove workflows for test purposes
Browse files Browse the repository at this point in the history
Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso committed Jun 20, 2024
1 parent 138fcc0 commit 75f9ce5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 188 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/mac-ci.yml

This file was deleted.

72 changes: 0 additions & 72 deletions .github/workflows/sanitizers-ci.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/ubuntu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
ctest-args: ${{ inputs.ctest-args || '-LE xfail' }}
fastdds-branch: ${{ inputs.fastdds_branch || github.ref || 'master' }}
security: ${{ ((inputs.security == true) && true) || github.event_name == 'pull_request' }}
run-build: ${{ (github.event_name == 'pull_request') && ((!contains(github.event.pull_request.labels.*.name, 'skip-ci') && !contains(github.event.pull_request.labels.*.name, 'conflicts')) && true || false) || true }}
run-tests: ${{ ((inputs.run-tests == true) && true) || (github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'no-test')) && true || false }}
run-build: ${{ !contains(github.event.pull_request.labels.*.name, 'skip-ci') && true || false }}
run-tests: ${{ false }}
use-ccache: ${{ ((inputs.use-ccache == true) && true) || false }}
54 changes: 0 additions & 54 deletions .github/workflows/windows-ci.yml

This file was deleted.

0 comments on commit 75f9ce5

Please sign in to comment.