Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 8ef1064

Browse files
committed
Use correct term
1 parent 33e92c8 commit 8ef1064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: read_toolchain
2121
run: echo "nightly_version=$(cat nightly-version)" >> $GITHUB_OUTPUT
2222

23-
Stable: # 2 jobs, one per manifest.
23+
Stable: # 2 jobs, one per lock file.
2424
name: Test - stable toolchain
2525
runs-on: ubuntu-latest
2626
strategy:
@@ -43,7 +43,7 @@ jobs:
4343
- name: "Run test script"
4444
run: ./maintainer-tools/ci/run_task.sh stable
4545

46-
Nightly: # 2 jobs, one per manifest.
46+
Nightly: # 2 jobs, one per lock file.
4747
name: Test - nightly toolchain
4848
needs: Prepare
4949
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)