Skip to content

Commit d83c7b3

Browse files
authored
Skip other jobs on schedule (#1)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
1 parent 68c3542 commit d83c7b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ env:
4141

4242
jobs:
4343
build-1-QEMU-emulated-wheels:
44+
if: github.event_name != 'schedule'
4445
name: aarch64 ${{ matrix.python-version }} ${{ matrix.spec }}
4546
runs-on: ubuntu-latest
4647
strategy:
@@ -249,6 +250,7 @@ jobs:
249250
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
250251

251252
sdist:
253+
if: github.event_name != 'schedule'
252254
runs-on: ubuntu-latest
253255
steps:
254256
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)