We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863eca8 commit 421405eCopy full SHA for 421405e
1 file changed
.github/workflows/test.yaml
@@ -34,7 +34,7 @@ jobs:
34
node-version: [18, 20, 21]
35
needs: "paths-filter"
36
if: |
37
- needs.paths-filter.outputs.codechange == 'true' || github.event_name == 'release'
+ needs.paths-filter.outputs.codechange == 'true'
38
steps:
39
- uses: actions/checkout@v4
40
- uses: "authzed/action-spicedb@v1"
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
61
62
63
0 commit comments