Skip to content

Commit

Permalink
Moving crons back to cron, remove temporarily run for PR [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Sep 13, 2022
1 parent c56d802 commit 48f0131
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci_crontests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
# Run this job on release tags, but not on pushes to the main branch
tags:
- '*'
pull_request:
branches:
- main
schedule:
# run every Monday at 5am UTC
- cron: '0 5 * * 1'
Expand All @@ -19,7 +16,7 @@ jobs:
tests:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
# if: github.event_name == 'schedule' && github.repository == 'astropy/astroquery'
if: github.event_name == 'schedule' && github.repository == 'astropy/astroquery'
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 48f0131

Please sign in to comment.