Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
run jobs in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
MGTheTrain committed Apr 20, 2024
1 parent 0fafb55 commit 1356810
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:

build_windows:
runs-on: windows-latest
needs: [build_and_test_ubuntu]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -53,7 +52,6 @@ jobs:

build_macos:
runs-on: macos-latest
needs: [build_and_test_ubuntu]
steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 1356810

Please sign in to comment.