File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ name: OIDC Integration Test
99on :
1010 push :
1111 branches :
12- - " ** "
12+ - " master "
1313 # Triggers the workflow on labeled PRs only.
1414 pull_request_target :
1515 types : [ labeled ]
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 :
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 :
You can’t perform that action at this time.
0 commit comments