We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f057d2f + f1a53c8 commit a83a79fCopy full SHA for a83a79f
1 file changed
.github/workflows/test_suite_linux.yml
@@ -38,7 +38,7 @@ jobs:
38
export LIBGL_ALWAYS_SOFTWARE=true
39
xvfb-run --auto-servernum make webots_target -j4
40
build:
41
- 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 worlds') }}
+ 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') || contains(github.event.pull_request.labels.*.name, 'test worlds') }}
42
strategy:
43
fail-fast: false
44
matrix:
0 commit comments