Skip to content

Commit 402b250

Browse files
committed
[ci] Run build after checks
1 parent e267fc9 commit 402b250

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
7676
buildLinux:
7777
runs-on: ubuntu-20.04
78-
needs: preBuild
78+
needs: [preBuild, checks]
7979
env:
8080
BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
8181
BACKTRACE_MINIDUMP_TOKEN: ${{ secrets.BACKTRACE_MINIDUMP_TOKEN }}
@@ -157,7 +157,7 @@ jobs:
157157

158158
buildWin64:
159159
runs-on: windows-2019
160-
needs: preBuild
160+
needs: [preBuild, checks]
161161
env:
162162
BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
163163
BACKTRACE_MINIDUMP_TOKEN: ${{ secrets.BACKTRACE_MINIDUMP_TOKEN }}
@@ -244,7 +244,7 @@ jobs:
244244

245245
buildWin32:
246246
runs-on: windows-2019
247-
needs: preBuild
247+
needs: [preBuild, checks]
248248
env:
249249
BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
250250
BACKTRACE_MINIDUMP_TOKEN: ${{ secrets.BACKTRACE_MINIDUMP_TOKEN }}
@@ -325,7 +325,7 @@ jobs:
325325

326326
buildMacOS:
327327
runs-on: macos-11
328-
needs: preBuild
328+
needs: [preBuild, checks]
329329
env:
330330
BACKTRACE_SYMBOL_TOKEN: ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
331331
BACKTRACE_MINIDUMP_TOKEN: ${{ secrets.BACKTRACE_MINIDUMP_TOKEN }}

0 commit comments

Comments
 (0)