Skip to content

Commit

Permalink
Don't run CI on nightly
Browse files Browse the repository at this point in the history
It makes the CI status unreliable. We can test upcoming Julia releases in separate PRs.
  • Loading branch information
andreasnoack authored May 26, 2024
1 parent 3672cd3 commit 0375d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
version:
- '1.0'
- '1' # automatically expands to the latest stable 1.x release of Julia
- 'nightly'
# - 'nightly'
os:
- ubuntu-latest
- macOS-latest
Expand Down

0 comments on commit 0375d2e

Please sign in to comment.