Skip to content

Commit

Permalink
Fix cron workflow
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
pllim authored Dec 5, 2023
1 parent 1e30348 commit 94a6d68
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .github/workflows/cron-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,16 @@ concurrency:
cancel-in-progress: true

jobs:
if: (github.repository == 'astropy/specreduce' && (github.event_name == 'schedule' || github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Extra CI')))
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
submodules: false
coverage: ''
envs: |
- name: Check URLs in docs
linux: linkcheck
tests:
if: (github.repository == 'astropy/specreduce' && (github.event_name == 'schedule' || github.event_name == 'push' || contains(github.event.pull_request.labels.*.name, 'Extra CI')))
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
submodules: false
coverage: ''
envs: |
- name: Check URLs in docs
linux: linkcheck
- name: Python 3.12 on Linux with pre-releases
linux: py312-test-all-predeps
toxargs: -v
- name: Python 3.12 on Linux with pre-releases
linux: py312-test-all-predeps
toxargs: -v

0 comments on commit 94a6d68

Please sign in to comment.