File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments