From f1a53c8c4bcee17fd59d1ccfc85e2225959a2881 Mon Sep 17 00:00:00 2001 From: CoolSpy3 <55305038+CoolSpy3@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:26:04 -0800 Subject: [PATCH] trigger linux build with test suite label (#6757) --- .github/workflows/test_suite_linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_suite_linux.yml b/.github/workflows/test_suite_linux.yml index e22f2d21a0f..7ea47926f17 100644 --- a/.github/workflows/test_suite_linux.yml +++ b/.github/workflows/test_suite_linux.yml @@ -38,7 +38,7 @@ jobs: export LIBGL_ALWAYS_SOFTWARE=true xvfb-run --auto-servernum make webots_target -j4 build: - 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') }} strategy: fail-fast: false matrix: