Skip to content

update zip to 4.2.0 and fix some bugs (#841) #101

update zip to 4.2.0 and fix some bugs (#841)

update zip to 4.2.0 and fix some bugs (#841) #101

name: Run tests for all combinations
on:
schedule:
- cron: "0 0 1,15 * *" # biweekly
push:
branches:
- main
paths-ignore:
- "**/*.md"
jobs:
run-tests-for-all-combinations:
uses: ./.github/workflows/build-artifacts-and-run-tests.yml
with:
matrix_all_combinations: true
artifact_upload_mode: none