Skip to content

Commit 2749751

Browse files
committed
hack hack hack
1 parent 54e700b commit 2749751

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
2828
# Need to update commit status manually, or the result won't be visible within the PR:
2929
- uses: actions/github-script@v7
30-
if: ${{ always() }}
30+
if: always()
3131
with:
3232
script: |
3333
await github.rest.repos.createCommitStatus({
@@ -48,9 +48,12 @@ jobs:
4848
echo "This job should fail"
4949
false
5050
51+
- if: always()
52+
run: echo "k"
53+
5154
# Need to update commit status manually, or the result won't be visible within the PR:
5255
- uses: actions/github-script@v7
53-
if: ${{ always() }}
56+
if: always()
5457
with:
5558
script: |
5659
await github.rest.repos.createCommitStatus({

0 commit comments

Comments
 (0)