File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 75
75
76
76
buildLinux :
77
77
runs-on : ubuntu-20.04
78
- needs : preBuild
78
+ needs : [ preBuild, checks]
79
79
env :
80
80
BACKTRACE_SYMBOL_TOKEN : ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
81
81
BACKTRACE_MINIDUMP_TOKEN : ${{ secrets.BACKTRACE_MINIDUMP_TOKEN }}
@@ -157,7 +157,7 @@ jobs:
157
157
158
158
buildWin64 :
159
159
runs-on : windows-2019
160
- needs : preBuild
160
+ needs : [ preBuild, checks]
161
161
env :
162
162
BACKTRACE_SYMBOL_TOKEN : ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
163
163
BACKTRACE_MINIDUMP_TOKEN : ${{ secrets.BACKTRACE_MINIDUMP_TOKEN }}
@@ -244,7 +244,7 @@ jobs:
244
244
245
245
buildWin32 :
246
246
runs-on : windows-2019
247
- needs : preBuild
247
+ needs : [ preBuild, checks]
248
248
env :
249
249
BACKTRACE_SYMBOL_TOKEN : ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
250
250
BACKTRACE_MINIDUMP_TOKEN : ${{ secrets.BACKTRACE_MINIDUMP_TOKEN }}
@@ -325,7 +325,7 @@ jobs:
325
325
326
326
buildMacOS :
327
327
runs-on : macos-11
328
- needs : preBuild
328
+ needs : [ preBuild, checks]
329
329
env :
330
330
BACKTRACE_SYMBOL_TOKEN : ${{ secrets.BACKTRACE_SYMBOL_TOKEN }}
331
331
BACKTRACE_MINIDUMP_TOKEN : ${{ secrets.BACKTRACE_MINIDUMP_TOKEN }}
You can’t perform that action at this time.
0 commit comments