Skip to content

Commit 48f0131

Browse files
committed
Moving crons back to cron, remove temporarily run for PR [skip ci]
1 parent c56d802 commit 48f0131

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci_crontests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
# Run this job on release tags, but not on pushes to the main branch
66
tags:
77
- '*'
8-
pull_request:
9-
branches:
10-
- main
118
schedule:
129
# run every Monday at 5am UTC
1310
- cron: '0 5 * * 1'
@@ -19,7 +16,7 @@ jobs:
1916
tests:
2017
name: ${{ matrix.name }}
2118
runs-on: ${{ matrix.os }}
22-
# if: github.event_name == 'schedule' && github.repository == 'astropy/astroquery'
19+
if: github.event_name == 'schedule' && github.repository == 'astropy/astroquery'
2320
strategy:
2421
fail-fast: false
2522
matrix:

0 commit comments

Comments
 (0)