Skip to content

Commit b114f8d

Browse files
[skip ci] don't skip build-toolchain job even though preceding jobs are cancelled
1 parent 6e1144d commit b114f8d

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
@@ -180,6 +180,7 @@ jobs:
180180
TOOLCHAIN_CHANNEL: DEVELOPMENT
181181
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer/
182182
needs: [build-matrix]
183+
if: ${{ always() }}
183184
strategy:
184185
matrix:
185186
include: ${{ fromJSON(needs.build-matrix.outputs.entries) }}

0 commit comments

Comments
 (0)