Skip to content

Commit

Permalink
fix weekly cron [Extra CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jan 2, 2024
1 parent 2c87755 commit b415a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cron_weekly.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
tests:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
if: (github.repository == 'astropy/specutils' && (github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'Extra CI')))
if: (github.repository == 'weaverba137/pydl' && (github.event_name == 'schedule' || contains(github.event.pull_request.labels.*.name, 'Extra CI')))
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b415a3d

Please sign in to comment.