Skip to content

Commit f1a53c8

Browse files
authored
trigger linux build with test suite label (#6757)
1 parent 8a35f2a commit f1a53c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_suite_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
export LIBGL_ALWAYS_SOFTWARE=true
3939
xvfb-run --auto-servernum make webots_target -j4
4040
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') }}
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 suite') || contains(github.event.pull_request.labels.*.name, 'test worlds') }}
4242
strategy:
4343
fail-fast: false
4444
matrix:

0 commit comments

Comments
 (0)