diff --git a/.github/workflows/schedule.yml b/.github/workflows/schedule.yml index f9799e0..9f000c3 100644 --- a/.github/workflows/schedule.yml +++ b/.github/workflows/schedule.yml @@ -1,11 +1,10 @@ name: Test the PYPI package in all the platforms +on: [push, pull_request] -# on: [push, pull_request] - -on: - schedule: - - cron: '30 10 * * 1' +# on: +# schedule: +# - cron: '30 10 * * 1' jobs: checkout-code: @@ -60,7 +59,7 @@ jobs: strategy: fail-fast: false matrix: - distro: [ubuntu22.04, bookworm, fedora_latest, alpine_latest, archarm_latest] + distro: [bookworm, fedora_latest, alpine_latest, archarm_latest] arch: [aarch64] steps: