Skip to content

Commit

Permalink
update label set
Browse files Browse the repository at this point in the history
  • Loading branch information
RUIJIEZHONG66166 committed Dec 18, 2024
1 parent a490ae2 commit 4951982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4951982

Please sign in to comment.