diff --git a/.github/workflows/ci_cron_weekly.yml b/.github/workflows/ci_cron_weekly.yml index 15d0703..90750af 100644 --- a/.github/workflows/ci_cron_weekly.yml +++ b/.github/workflows/ci_cron_weekly.yml @@ -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: