Skip to content

Commit c266c32

Browse files
authored
More contents
1 parent 63d18fd commit c266c32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.nightly.yml

+6
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,14 @@ jobs:
2626
include:
2727
# 1. We intentionally put nightly CI into a separate YAML
2828
# file (`ci.nightly.yml` versus the main `ci.yml` file).
29+
# This allows us to enable and disable the nightly CI
30+
# workflow from the GitHub web UI, without having any
31+
# impact on the main CI.
2932
# 2. We intentionally only run one CI job on Julia nightly,
3033
# in order to conserve CI resources.
34+
# 3. This CI only runs on Julia nightly. It doesn't run on
35+
# on Julia pre-releases. For CI on Julia pre-releases,
36+
# see the main CI workflow file.
3137
- julia-version: 'nightly'
3238
julia-wordsize: '64'
3339
github-runner: ubuntu-latest

0 commit comments

Comments
 (0)