Skip to content

Commit 00aa5ab

Browse files
committed
run other jobs if format-lint fails
1 parent 79ca292 commit 00aa5ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -19,19 +19,22 @@ jobs:
1919
name: Linux
2020
needs:
2121
- format-lint
22+
if: always()
2223
uses: ./.github/workflows/linux.yml
2324
secrets: inherit
2425

2526
macos:
2627
name: macOS
2728
needs:
2829
- format-lint
30+
if: always()
2931
uses: ./.github/workflows/macos.yml
3032
secrets: inherit
3133

3234
windows:
3335
name: Windows
3436
needs:
3537
- format-lint
38+
if: always()
3639
uses: ./.github/workflows/windows.yml
3740
secrets: inherit

0 commit comments

Comments
 (0)