Skip to content

Commit

Permalink
Revert "ci: Do not block on style check"
Browse files Browse the repository at this point in the history
This reverts commit 6600cf1.
  • Loading branch information
snogge committed Dec 16, 2024
1 parent f09c7b8 commit 72c2e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:

test_tier2:
name: Test tier2
needs: [test_tier1]
needs: [test_tier1, style_check]
runs-on: ubuntu-24.04
strategy:
fail-fast: true
Expand Down

0 comments on commit 72c2e86

Please sign in to comment.