From 8a9d8a75dc6442ebe807bd11aee7f44ffbbc168d Mon Sep 17 00:00:00 2001 From: "Zhong, Ruijie" Date: Tue, 17 Dec 2024 05:29:20 +0000 Subject: [PATCH] update label set --- .github/workflows/pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 2b2502100..8c333e9f4 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -39,7 +39,7 @@ jobs: preci-windows: # Don't run on forked repos and draft PRs - if: ${{ (github.repository_owner == 'intel') && (github.event.pull_request.draft == false) && (github.event.label.name == 'windows_ci')}} + if: ${{ (github.repository_owner == 'intel') && (github.event.pull_request.draft == false) }} && contains(github.event.pull_request.labels.*.name, 'windows_ci') uses: ./.github/workflows/_windows_ut.yml with: ut: op_extended