We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d7e54 commit aecf638Copy full SHA for aecf638
1 file changed
.github/workflows/automatic-promotion.yaml
@@ -28,7 +28,7 @@ on:
28
- candidate
29
- stable
30
31
- gating-workflow:
+ gate:
32
description: "Workflow to gate promotion on"
33
required: true
34
default: ci-tests-single-kyuubi
@@ -54,7 +54,7 @@ jobs:
54
tests:
55
name: Run CI tests on a PR
56
needs: generate-revisions
57
- uses: ./.github/workflows/${{ inputs.gating-workflow }}.yaml
+ uses: ./.github/workflows/${{ inputs.gate }}.yaml
58
secrets: inherit
59
with:
60
tfvars-file: ${{ needs.generate-revisions.outputs.tfvars-artifact-name }}
0 commit comments