Skip to content

Commit

Permalink
Test 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 7af72c0 commit 40f5d47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/per_component.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Component specific CI

on:
push:
types: [ labeled ]
pull_request:
types: [ labeled, opened, synchronize, reopened ]

Expand All @@ -9,7 +11,7 @@ on:

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

0 comments on commit 40f5d47

Please sign in to comment.