Skip to content

Commit

Permalink
add build label for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
RUIJIEZHONG66166 committed Dec 17, 2024
1 parent 3a97919 commit 4c69ee3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- reopened
- converted_to_draft
- ready_for_review
- labeled
branches:
- main
- release/*
Expand Down Expand Up @@ -38,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) }}
if: ${{ (github.repository_owner == 'intel') && (github.event.pull_request.draft == false) && (github.event.label.name == 'os:Windows')}}
uses: ./.github/workflows/_windows_ut.yml
with:
ut: op_extended
Expand Down

0 comments on commit 4c69ee3

Please sign in to comment.