Skip to content

Commit

Permalink
Merge pull request #76 from weaverba137/fix-weekly
Browse files Browse the repository at this point in the history
Fix weekly cron
  • Loading branch information
weaverba137 authored Jan 2, 2024
2 parents 2c87755 + b415a3d commit 1c9a8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cron_weekly.yml
Original file line number Diff line number Diff line change
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 1c9a8c7

Please sign in to comment.