File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed
Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 11name : OIDC Integration Test
2+ # This workflow tests the setup-jfrog-cli GitHub Action's OpenID Connect integration across OSes and CLI versions.
3+ # It ensures backward compatibility with older CLI versions and validates step outputs and connectivity.
4+ # CLI versions used:
5+ # - 2.74.1: Does not support `jf eot` command, validates manual fallback logic.
6+ # - 2.75.0: Introduced native OIDC token exchange.
7+ # - Latest: Ensures ongoing compatibility with the most recent CLI build.
28
39on :
410 push :
511 branches :
6- - " **"
12+ - master
13+ # Triggers the workflow on labeled PRs only.
714 pull_request_target :
8- types : [labeled]
9-
15+ types : [ labeled ]
16+ # Ensures that only the latest commit is running for each PR at a time.
1017concurrency :
1118 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}-${{ github.ref }}
1219 cancel-in-progress : true
You can’t perform that action at this time.
0 commit comments