Skip to content

Commit 17f67da

Browse files
committed
Reenable filter
1 parent 9a6a299 commit 17f67da

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
matrix:
3131
node-version: [18, 20, 21]
3232
needs: "paths-filter"
33+
if: |
34+
needs.paths-filter.outputs.codechange == 'true'
3335
steps:
3436
- uses: actions/checkout@v4
3537
- uses: "authzed/action-spicedb@v1"

0 commit comments

Comments
 (0)