We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b49d6 commit 41a6ce3Copy full SHA for 41a6ce3
1 file changed
.github/workflows/tag-release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
release-job:
20
runs-on: cdapio-hub-k8-runner
21
- if: ${{ github.branch == 'oss-exit-gate' }}
+ if: ${{ github.ref_name == 'oss-exit-gate' }}
22
steps:
23
24
- name: Get Secrets from GCP Secret Manager
0 commit comments