Skip to content

Commit

Permalink
Make stages sequential
Browse files Browse the repository at this point in the history
  • Loading branch information
vplauzon committed Oct 25, 2023
1 parent a80094f commit 98b3551
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/exec-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ jobs:
mac:
needs:
- clusterSetup
- linux

# This can run in parallel with the other job as they target different databases
runs-on: macos-latest
Expand Down Expand Up @@ -204,6 +205,7 @@ jobs:
windows:
needs:
- clusterSetup
- mac

runs-on: windows-latest

Expand Down

0 comments on commit 98b3551

Please sign in to comment.