Skip to content

Commit 23344ca

Browse files
committed
test
1 parent 9fb5d64 commit 23344ca

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/build-test-all.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
needs: [trigger-fail-fast-test]
3535
strategy:
3636
fail-fast: false
37-
if: always()
3837
name: build-test on linux-x86_64
3938
permissions:
4039
id-token: write
@@ -46,7 +45,6 @@ jobs:
4645

4746
trigger-windows-test:
4847
needs: [trigger-fail-fast-test]
49-
if: always()
5048
strategy:
5149
fail-fast: false
5250
name: build-test on windows

.github/workflows/build-test-linux-x86_64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
tests-py-fail-fast:
8787
name: Test fail fast [Python]
88-
if: inputs.run-fail-fast-test-set == true
88+
if: ${{ inputs.run-fail-fast-test-set == true }}
8989
needs: [filter-matrix, build]
9090
strategy:
9191
fail-fast: false
@@ -140,7 +140,7 @@ jobs:
140140
tests-py-torchscript-fe:
141141
name: Test torchscript frontend [Python]
142142
needs: [filter-matrix, build]
143-
if: inputs.run-fail-fast-test-set == false
143+
if: ${{ inputs.run-fail-fast-test-set == false }}
144144
strategy:
145145
fail-fast: false
146146
matrix:

0 commit comments

Comments
 (0)