Skip to content

Commit 421405e

Browse files
committed
Remove unnecessary filter
1 parent 863eca8 commit 421405e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
node-version: [18, 20, 21]
3535
needs: "paths-filter"
3636
if: |
37-
needs.paths-filter.outputs.codechange == 'true' || github.event_name == 'release'
37+
needs.paths-filter.outputs.codechange == 'true'
3838
steps:
3939
- uses: actions/checkout@v4
4040
- uses: "authzed/action-spicedb@v1"
@@ -57,7 +57,7 @@ jobs:
5757
node-version: [18, 20, 21]
5858
needs: "paths-filter"
5959
if: |
60-
needs.paths-filter.outputs.codechange == 'true' || github.event_name == 'release'
60+
needs.paths-filter.outputs.codechange == 'true'
6161
steps:
6262
- uses: actions/checkout@v4
6363
- uses: "authzed/action-spicedb@v1"

0 commit comments

Comments
 (0)