File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11# This workflow exposes a single required status context named "ci" via the final aggregator job.
22# Purpose: branch protection requires the context "ci". The aggregator job depends on all
33# real jobs and fails if any fail. It adds no extra checks; it provides a stable required
4- # context so protection rules don’ t need updates when jobs change.
4+ # context so protection rules don' t need updates when jobs change.
55name : ci
66
77on :
Original file line number Diff line number Diff line change 3131 EXTRA_ARGS=""
3232 if [ "$DRY_RUN" = "true" ]; then
3333 EXTRA_ARGS="--dry-run"
34- echo "DRY RUN MODE — no crates will be published"
34+ echo "DRY RUN MODE -- no crates will be published"
3535 fi
3636
3737 # Dependency order: leaves first, umbrella last.
You can’t perform that action at this time.
0 commit comments