Skip to content

Commit d946738

Browse files
committed
Add ci-status step to CI workflow
1 parent 29dbdd4 commit d946738

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,11 @@ jobs:
308308
runs-on: ubuntu-latest
309309
if: ${{ success() || failure() }}
310310
needs:
311-
-test
312-
-Linux
313-
-container
314-
-macOS
315-
-Windows
311+
- test
312+
- Linux
313+
- container
314+
- macOS
315+
- Windows
316316
steps:
317317
- uses: step-security/harden-runner@v2
318318
- run: ${{ !(contains(needs.*.result, 'failure')) }}

0 commit comments

Comments
 (0)