We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af42b19 commit 5b1d5e7Copy full SHA for 5b1d5e7
.github/workflows/on-droneci-complete.yml
@@ -6,7 +6,7 @@ on:
6
github_sha:
7
description: "equivalent to github.sha in an ordinary workflow"
8
required: true
9
- drone_chill_status:
+ drone_build_status:
10
11
type: choice
12
options:
@@ -20,7 +20,7 @@ jobs:
20
# This one should pass
21
cms-followup:
22
runs-on: ubuntu-24.04
23
- if: ${{ inputs.drone_chill_status == 'success' }}
+ if: ${{ inputs.drone_build_status == 'success' }}
24
# uses: ./.github/workflows/cms-followup.yml
25
steps:
26
- run: |
@@ -45,7 +45,7 @@ jobs:
45
# This one should fail
46
k8s-followup:
47
48
49
# uses: ./.github/workflows/k8s-followup.yml
50
51
0 commit comments