Skip to content

Commit

Permalink
Parallelize pre-commit run
Browse files Browse the repository at this point in the history
  • Loading branch information
brsm3129 committed Jul 22, 2024
1 parent 6f95db3 commit 03077a6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
extra_args: --files ${{ steps.file_changes.outputs.all_changed_files}}
build-linux:
name: Build Linux
needs: pre-commit
runs-on: ubuntu-20.04
strategy:
matrix:
Expand Down Expand Up @@ -93,7 +92,6 @@ jobs:

build-windows:
name: Build Windows
needs: pre-commit
runs-on: windows-2019
strategy:
matrix:
Expand Down

0 comments on commit 03077a6

Please sign in to comment.