Skip to content

Commit ee73c4e

Browse files
committed
Refs #21228: Deactivate Windows build temporary
Signed-off-by: JesusPoderoso <jesuspoderoso@eprosima.com>
1 parent ae5e92a commit ee73c4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/windows-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,5 +77,5 @@ jobs:
7777
ctest-args: ${{ inputs.ctest-args }}
7878
fastdds-python-branch: ${{ inputs.fastdds-python-branch || github.ref || matrix.fastdds-python-branch }}
7979
fastdds-branch: ${{ inputs.fastdds-branch || matrix.fastdds-branch }}
80-
run-build: ${{ !(github.event_name == 'pull_request') && true || (!contains(github.event.pull_request.labels.*.name, 'skip-ci') && !contains(github.event.pull_request.labels.*.name, 'conflicts')) && true || false }}
80+
run-build: false
8181
run-tests: ${{ ((inputs.run-tests == true) && true) || false }}

0 commit comments

Comments
 (0)