Skip to content

Commit

Permalink
Merge b415a3d into 2c87755
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Jan 2, 2024
2 parents 2c87755 + b415a3d commit 4e8dd9c
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 4e8dd9c

Please sign in to comment.