Skip to content

Commit 63d18fd

Browse files
authored
More contents
1 parent 23f78a1 commit 63d18fd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.nightly.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
fail-fast: false
2525
matrix:
2626
include:
27-
# We intentionally only run one CI job on Julia nightly,
28-
# in order to conserve CI resources.
27+
# 1. We intentionally put nightly CI into a separate YAML
28+
# file (`ci.nightly.yml` versus the main `ci.yml` file).
29+
# 2. We intentionally only run one CI job on Julia nightly,
30+
# in order to conserve CI resources.
2931
- julia-version: 'nightly'
3032
julia-wordsize: '64'
3133
github-runner: ubuntu-latest

0 commit comments

Comments
 (0)