Skip to content

Commit

Permalink
run other jobs if format-lint fails
Browse files Browse the repository at this point in the history
  • Loading branch information
zjeffer committed Jan 16, 2025
1 parent 79ca292 commit 00aa5ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,22 @@ jobs:
name: Linux
needs:
- format-lint
if: always()
uses: ./.github/workflows/linux.yml
secrets: inherit

macos:
name: macOS
needs:
- format-lint
if: always()
uses: ./.github/workflows/macos.yml
secrets: inherit

windows:
name: Windows
needs:
- format-lint
if: always()
uses: ./.github/workflows/windows.yml
secrets: inherit

0 comments on commit 00aa5ab

Please sign in to comment.