Skip to content

Commit

Permalink
temporily removed ubuntu aarch64 , retest the pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
sygslhy committed Feb 3, 2025
1 parent c1a4a64 commit 84b7e95
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 84b7e95

Please sign in to comment.