Skip to content

Commit

Permalink
Don't run nightly CI on tags
Browse files Browse the repository at this point in the history
  • Loading branch information
DilumAluthge authored Nov 21, 2024
1 parent 39e7c00 commit 80a2742
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ concurrency:

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

0 comments on commit 80a2742

Please sign in to comment.