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 54e700b commit 2749751Copy full SHA for 2749751
.github/workflows/on-droneci-complete.yml
@@ -27,7 +27,7 @@ jobs:
27
28
# Need to update commit status manually, or the result won't be visible within the PR:
29
- uses: actions/github-script@v7
30
- if: ${{ always() }}
+ if: always()
31
with:
32
script: |
33
await github.rest.repos.createCommitStatus({
@@ -48,9 +48,12 @@ jobs:
48
echo "This job should fail"
49
false
50
51
+ - if: always()
52
+ run: echo "k"
53
+
54
55
56
57
58
59
0 commit comments