Skip to content

Commit a93cd9b

Browse files
committed
use wrong always
1 parent 7030582 commit a93cd9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
timeout-minutes: 10
9696
runs-on: ubuntu-20.04
9797
needs: setup
98-
if: ${{ always () && needs.setup.outputs.RUN_JS_COMMON == 'true' }}
98+
if: ${{ always() && needs.setup.outputs.RUN_JS_COMMON == 'true' }}
9999
strategy:
100100
matrix:
101101
client:
@@ -272,6 +272,7 @@ jobs:
272272
runs-on: ubuntu-20.04
273273
timeout-minutes: 10
274274
needs: cts
275+
if: ${{ always() }}
275276
steps:
276277
- uses: actions/checkout@v2
277278
with:

0 commit comments

Comments
 (0)