File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ jobs:
203203 test :
204204 name : Test suite
205205 needs : check_membership
206- if : " !contains(github.event.head_commit.message, 'Bump version') || github.event_name != 'push' && needs.check_membership.outputs.skip != 'true'"
206+ if : " ( !contains(github.event.head_commit.message, 'Bump version') || github.event_name != 'push') && needs.check_membership.outputs.skip != 'true'"
207207 runs-on :
208208 # yes, we over-commit threads to cores x2
209209 labels : ubuntu-latest-32-cores
@@ -390,7 +390,7 @@ jobs:
390390 test-extra :
391391 name : Additional tests
392392 needs : check_membership
393- if : " !contains(github.event.head_commit.message, 'Bump version') || github.event_name != 'push' && needs.check_membership.outputs.skip != 'true'"
393+ if : " ( !contains(github.event.head_commit.message, 'Bump version') || github.event_name != 'push') && needs.check_membership.outputs.skip != 'true'"
394394 runs-on : ubuntu-22.04
395395 concurrency :
396396 group : auth0-${{ github.actor }}-${{ matrix.type == 'user' && 'user' || github.head_ref || github.run_id }}-${{ matrix.db }}-${{ matrix.type }}
You can’t perform that action at this time.
0 commit comments