We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0bce1c commit 6f545e7Copy full SHA for 6f545e7
.github/workflows/rust.yml
@@ -52,6 +52,7 @@ jobs:
52
needs: [test-rust, build-nostd]
53
if: always()
54
steps:
55
+ - uses: actions/checkout@v4
56
- run: echo 'The triggering workflow (test-rust) passed'
57
if: ${{ needs.test-rust.result == 'success' }}
58
- run: echo 'The triggering workflow (test-rust) failed' && false
0 commit comments