Skip to content

Commit cfa56c4

Browse files
author
Mathieu Lobet
committed
fix
1 parent 13e9191 commit cfa56c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/exercises.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
build_kokkos:
3232
runs-on: ubuntu-latest
33-
needs: [build_kokkos, changes]
33+
needs: [changes]
3434
if: ${{ needs.changes.outputs.exercises == 'true' }}
3535
steps:
3636
- name: Set up Git repository

0 commit comments

Comments
 (0)