Skip to content

Commit

Permalink
test backend specific labels
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasMoutawwakil committed Sep 21, 2024
1 parent 80ff439 commit e8410a8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test_cli_cpu_ipex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ concurrency:

jobs:
run_cli_cpu_ipex_tests:
if: ${{ (github.event_name == 'workflow_dispatch') || (github.event_name == 'push') || contains( github.event.pull_request.labels.*.name, 'cpu') }}
if: ${{
(github.event_name == 'push') ||
(github.event_name == 'workflow_dispatch') ||
contains( github.event.pull_request.labels.*.name, 'cpu') ||
contains( github.event.pull_request.labels.*.name, 'ipex')
}}

runs-on: ubuntu-latest

Expand Down

0 comments on commit e8410a8

Please sign in to comment.