Skip to content

Commit d648965

Browse files
committed
Prevent builds from failing when they complete at the same time.
1 parent 7c4c483 commit d648965

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.workflow.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
git push
5252
build-macos:
5353
runs-on: macos-latest
54+
needs: build-linux
5455

5556
permissions:
5657
contents: write
@@ -90,6 +91,7 @@ jobs:
9091
git push
9192
build-windows:
9293
runs-on: windows-latest
94+
needs: build-macos
9395

9496
permissions:
9597
contents: write

0 commit comments

Comments
 (0)