Skip to content

Commit

Permalink
ut
Browse files Browse the repository at this point in the history
  • Loading branch information
mengfei25 committed Jul 22, 2024
1 parent 9837da3 commit c4beee3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: pull

on:
pull_request:
push:
branches:
- mengfeil/bundle-0.5.3
- mengfeil/bundle-0.5.1

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
Expand All @@ -17,5 +17,5 @@ jobs:
if: ${{ (github.repository_owner == 'intel') && (github.event.pull_request.draft == false) }}
uses: ./.github/workflows/_linux_ut.yml
with:
ut: op_example,op_extended,op_ut
ut: op_example,op_extended,op_ut,torch_xpu
runner: e2e_internal

0 comments on commit c4beee3

Please sign in to comment.