Skip to content

Commit 646e373

Browse files
kateinoigakukunMaxDesiatov
authored andcommitted
[skip ci] don't skip build-toolchain job even though preceding jobs are cancelled
1 parent bdda240 commit 646e373

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ jobs:
182182
TOOLCHAIN_CHANNEL: DEVELOPMENT
183183
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer/
184184
needs: [build-matrix]
185+
if: ${{ always() }}
185186
strategy:
186187
matrix:
187188
include: ${{ fromJSON(needs.build-matrix.outputs.entries) }}

0 commit comments

Comments
 (0)