We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12fc8ad commit 32c366bCopy full SHA for 32c366b
.github/workflows/ci.yml
@@ -53,7 +53,7 @@ jobs:
53
PROJECT_DIR: ${{ github.workspace }}
54
run: sh .github/workflows/ci.sh
55
- name: Run preemptive tests
56
- if: always()
+ if: ${{ contains(fromJSON('["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu", "x86_64-apple-darwin", "aarch64-apple-darwin"]'), matrix.target) }}
57
env:
58
CHANNEL: ${{ matrix.channel }}
59
CROSS: ${{ !startsWith(matrix.target, 'x86_64') && contains(matrix.target, 'linux') && '1' || '0' }}
0 commit comments