Skip to content

Commit 2925698

Browse files
committed
some comments
1 parent e3fec47 commit 2925698

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci2.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ env:
2020
RUSTFLAGS: "-D warnings"
2121

2222
jobs:
23+
# job to list the jobs to run on rust stable
2324
stable-prepare:
2425
runs-on: ubuntu-latest
2526
timeout-minutes: 30
@@ -33,6 +34,7 @@ jobs:
3334
run: |
3435
echo "jobs=`cargo run -p ci -- what-to-run --trigger ${{ github.event_name }} --head ${{ github.head_ref }} --rust-version stable`" >> $GITHUB_OUTPUT
3536
37+
# run all the jobs on stable
3638
stable-run:
3739
runs-on: ubuntu-latest
3840
timeout-minutes: 30
@@ -61,6 +63,7 @@ jobs:
6163
run: |
6264
${{ matrix.job }}
6365
66+
# single job to report status, usable in branch protection rules
6467
stable-status:
6568
runs-on: ubuntu-latest
6669
needs: [stable-run]

0 commit comments

Comments
 (0)