Skip to content

Commit 5357dd3

Browse files
committed
update workflow
1 parent 12fc8ad commit 5357dd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ jobs:
5353
PROJECT_DIR: ${{ github.workspace }}
5454
run: sh .github/workflows/ci.sh
5555
- name: Run preemptive tests
56-
if: always()
56+
if: ${{ contains(matrix.os, 'linux') && (startsWith(matrix.target, 'x86_64') || startsWith(matrix.target, 'i686'))
57+
|| contains(matrix.os, 'macos') }}
5758
env:
5859
CHANNEL: ${{ matrix.channel }}
5960
CROSS: ${{ !startsWith(matrix.target, 'x86_64') && contains(matrix.target, 'linux') && '1' || '0' }}

0 commit comments

Comments
 (0)