Skip to content

Commit

Permalink
Update test_suite_windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
brettle authored Aug 31, 2024
1 parent db0052d commit 0b2cc3f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test_suite_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
export WEBOTS_HOME=$GITHUB_WORKSPACE
make webots_target -j4
build:
if: ${{ false }}
# if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'test distribution') || contains(github.event.pull_request.labels.*.name, 'test suite') }}
# if: ${{ false }}
if: ${{ github.event_name == 'push' || github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'test distribution') || contains(github.event.pull_request.labels.*.name, 'test suite') }}
strategy:
matrix:
os: [windows-2019]
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
path: |
distribution/*.exe
test-suite:
# needs: build
needs: build
if: ${{ contains(github.event.pull_request.labels.*.name, 'test suite') }}
strategy:
matrix:
Expand Down Expand Up @@ -129,8 +129,8 @@ jobs:
python tests/test_suite.py
delete-artifacts:
needs: [build, test-suite]
# if: ${{ always() && !contains(github.event.pull_request.labels.*.name, 'test distribution') && !contains(github.event.pull_request.labels.*.name, 'test webots build') }}
if: ${{ false && always() && !contains(github.event.pull_request.labels.*.name, 'test distribution') && !contains(github.event.pull_request.labels.*.name, 'test webots build') }}
if: ${{ always() && !contains(github.event.pull_request.labels.*.name, 'test distribution') && !contains(github.event.pull_request.labels.*.name, 'test webots build') }}
# if: ${{ false && always() && !contains(github.event.pull_request.labels.*.name, 'test distribution') && !contains(github.event.pull_request.labels.*.name, 'test webots build') }}
strategy:
matrix:
os: [windows-2019]
Expand Down

0 comments on commit 0b2cc3f

Please sign in to comment.