Skip to content

Commit 31f11d0

Browse files
authored
ci: fix success job (#20)
1 parent 41fb705 commit 31f11d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,5 @@ jobs:
5555
name: Success
5656
needs: check
5757
runs-on: ubuntu-latest
58-
if: ${{ always() }}
58+
steps:
59+
- run: echo "Success!"

0 commit comments

Comments
 (0)