Skip to content

Commit 80a2742

Browse files
authored
Don't run nightly CI on tags
1 parent 39e7c00 commit 80a2742

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.nightly.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ concurrency:
1717

1818
jobs:
1919
test-nightly:
20+
# We do not run the full test suite on tags, because we already ran it on master before we made the release.
21+
# We do build the docs on tags.
22+
if: (github.event_name != 'push') || (github.ref_type == 'tag')
2023
timeout-minutes: 150
2124
runs-on: ${{ matrix.github-runner }}
2225
strategy:

0 commit comments

Comments
 (0)