Skip to content

Commit e6c5b6f

Browse files
committed
Update test workflow
1 parent 308692b commit e6c5b6f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ name: OIDC Integration Test
99
on:
1010
push:
1111
branches:
12-
- "**"
12+
- "master"
1313
# Triggers the workflow on labeled PRs only.
1414
pull_request_target:
1515
types: [ labeled ]
@@ -26,7 +26,7 @@ jobs:
2626
generate-oidc-integration:
2727
strategy:
2828
matrix:
29-
# This has to match the second audience value in the workflow
29+
# This has to match the second audience value in the workflow, under oidc-test matrix.
3030
audience_value: [ '' ,'test-audience','github-jfrog' ]
3131
runs-on: ubuntu-latest
3232
outputs:
@@ -82,7 +82,7 @@ jobs:
8282
matrix:
8383
os: [ ubuntu, macos, windows ]
8484
cli-version: [ '2.74.1', '2.75.0','latest' ]
85-
# This has to match the second audience value in the workflow
85+
# This has to match the second audience value in the workflow under generate-oidc-integration matrix.
8686
audience_value: [ '' ,'test-audience','github-jfrog' ]
8787
runs-on: ${{ matrix.os }}-latest
8888
env:

0 commit comments

Comments
 (0)