Skip to content

Commit 32c366b

Browse files
committed
update workflow
1 parent 12fc8ad commit 32c366b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
PROJECT_DIR: ${{ github.workspace }}
5454
run: sh .github/workflows/ci.sh
5555
- name: Run preemptive tests
56-
if: always()
56+
if: ${{ contains(fromJSON('["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu", "x86_64-apple-darwin", "aarch64-apple-darwin"]'), matrix.target) }}
5757
env:
5858
CHANNEL: ${{ matrix.channel }}
5959
CROSS: ${{ !startsWith(matrix.target, 'x86_64') && contains(matrix.target, 'linux') && '1' || '0' }}

0 commit comments

Comments
 (0)