Skip to content

Commit 7027e4f

Browse files
committed
CI: remote tests should run for release tags and manual trigger
1 parent 5b38065 commit 7027e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_crontests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
tests:
1818
name: ${{ matrix.name }}
1919
runs-on: ${{ matrix.os }}
20-
if: github.event_name == 'schedule' && github.repository == 'astropy/astroquery'
20+
if: github.repository == 'astropy/astroquery'
2121
strategy:
2222
fail-fast: false
2323
matrix:

0 commit comments

Comments
 (0)