Skip to content

Commit aecf638

Browse files
committed
test
1 parent 51d7e54 commit aecf638

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/automatic-promotion.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
- candidate
2929
- stable
3030

31-
gating-workflow:
31+
gate:
3232
description: "Workflow to gate promotion on"
3333
required: true
3434
default: ci-tests-single-kyuubi
@@ -54,7 +54,7 @@ jobs:
5454
tests:
5555
name: Run CI tests on a PR
5656
needs: generate-revisions
57-
uses: ./.github/workflows/${{ inputs.gating-workflow }}.yaml
57+
uses: ./.github/workflows/${{ inputs.gate }}.yaml
5858
secrets: inherit
5959
with:
6060
tfvars-file: ${{ needs.generate-revisions.outputs.tfvars-artifact-name }}

0 commit comments

Comments
 (0)