From 8203edc0996797d97e2817373cd1f052926319c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Claus=20Lensb=C3=B8l?= Date: Thu, 14 May 2026 11:53:13 -0400 Subject: [PATCH] .github/workflows: change natlab test trigger label (#19750) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The label "natlab" is a bit confusing and also used for other things. Instead, change the trigger label to "run-natlab-tests". Updates #13038 Signed-off-by: Claus Lensbøl --- .github/workflows/natlab-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/natlab-test.yml b/.github/workflows/natlab-test.yml index 7741ef12f..4f53c4ce4 100644 --- a/.github/workflows/natlab-test.yml +++ b/.github/workflows/natlab-test.yml @@ -4,7 +4,7 @@ # # This workflow runs: # - on demand (workflow_dispatch) -# - on PRs that carry the "natlab" label +# - on PRs that carry the "run-natlab-tests" label # - on main, every 12 hours, via cron # # Layout: @@ -40,7 +40,7 @@ jobs: if: | github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' || - (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'natlab')) + (github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'run-natlab-tests')) runs-on: ubuntu-latest timeout-minutes: 30 outputs: