From 8eee061eb2a67c697c23287eb9d215d485cb7fe7 Mon Sep 17 00:00:00 2001 From: Graham Christensen Date: Thu, 8 May 2025 12:42:04 -0400 Subject: [PATCH] Fixup the actions ci yml label check --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95e87e013..539a90e5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,6 +97,7 @@ jobs: (github.event.action == 'labeled' && github.event.label.name == 'flake-regression-test') || (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'flake-regression-test')) ) + ) needs: build_x86_64-linux runs-on: namespace-profile-x86-32cpu-64gb steps: @@ -127,6 +128,7 @@ jobs: (github.event.action == 'labeled' && github.event.label.name == 'flake-regression-test') || (github.event.action != 'labeled' && contains(github.event.pull_request.labels.*.name, 'flake-regression-test')) ) + ) needs: build_x86_64-linux runs-on: namespace-profile-x86-32cpu-64gb steps: