Skip to content

Commit 03fa32c

Browse files
authored
[CI] Disable tests on nightly (#91489)
1 parent 6633be4 commit 03fa32c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# - '1.9' # TODO: uncomment this line once Julia 1.10.0 is released
2929
# - '~1.10.0-0' # TODO: uncomment this line once the first Julia 1.10.0 release candidate comes out. TODO: delete this line once Julia 1.10.0 is released
3030
- '1'
31-
- 'nightly'
31+
# - 'nightly'
3232
os:
3333
- ubuntu-latest
3434
arch:

0 commit comments

Comments
 (0)