Skip to content

Commit

Permalink
Updating conditional structure in per_component.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Treece Burgess committed Nov 8, 2024
1 parent 99943f9 commit b1a06f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/per_component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
papi_cuda_component:
if: ${{ github.event.label.name == 'Component: cuda' }}
if: contains(github.event.pull_request.labels.*.name, 'Component: cuda')
strategy:
matrix:
components: [cuda]
Expand Down

0 comments on commit b1a06f8

Please sign in to comment.