Skip to content

Commit 9b0c67d

Browse files
committed
on-droneci-complete.yml: verify runs branch-version not main branch version
1 parent 6cb0c54 commit 9b0c67d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-droneci-complete.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
script: |
3636
await github.rest.repos.createCommitStatus({
3737
context: 'CMS Followup',
38-
description: 'blah blah blah',
38+
description: 'this job should succeed',
3939
owner: context.repo.owner,
4040
repo: context.repo.repo,
4141
sha: '${{ inputs.github_sha }}',
@@ -63,7 +63,7 @@ jobs:
6363
script: |
6464
await github.rest.repos.createCommitStatus({
6565
context: 'K8S Followup',
66-
description: 'blah blah blah',
66+
description: 'this job should fail',
6767
owner: context.repo.owner,
6868
repo: context.repo.repo,
6969
sha: '${{ inputs.github_sha }}',

0 commit comments

Comments
 (0)