We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
success
1 parent 41fb705 commit 31f11d0Copy full SHA for 31f11d0
.github/workflows/ci.yaml
@@ -55,4 +55,5 @@ jobs:
55
name: Success
56
needs: check
57
runs-on: ubuntu-latest
58
- if: ${{ always() }}
+ steps:
59
+ - run: echo "Success!"
0 commit comments