Skip to content

Commit f446cc9

Browse files
committed
Add safe to test label to oidc tests
1 parent e9e34f8 commit f446cc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/oidc-integration-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ permissions:
2323

2424
jobs:
2525
generate-platform-oidc-integration:
26+
if: contains(github.event.pull_request.labels.*.name, 'safe to test') || github.event_name == 'push'
2627
strategy:
2728
# Using "include" instead of a matrix of arrays gives us fine-grained control over test combinations.
2829
# This is needed because some audience values (e.g., URLs) contain characters not valid in matrix keys or job names.

0 commit comments

Comments
 (0)