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 7400222 commit 9813ed0Copy full SHA for 9813ed0
1 file changed
.github/workflows/MainDistributionPipeline.yml
@@ -16,7 +16,7 @@ jobs:
16
duckdb_version: v1.4.3
17
ci_tools_version: v1.4.3
18
extension_name: radio
19
- exclude_archs: wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw
+ exclude_archs: ${{ github.event_name == 'pull_request' && 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw;linux_arm64;osx_amd64;osx_arm64' || 'wasm_mvp;wasm_eh;wasm_threads;windows_amd64_rtools;windows_amd64_mingw' }}
20
secrets:
21
VCPKG_CACHING_AWS_ACCESS_KEY_ID: ${{ secrets.VCPKG_CACHING_AWS_ACCESS_KEY_ID
22
}}
0 commit comments