docs: correct the workflow counts these comments name
Adding release.yml and desktop-assets.yml made 'the three workflows a tag fires' wrong in three files that each said it slightly differently.
This commit is contained in:
@@ -133,7 +133,7 @@ jobs:
|
|||||||
# see the bootstrap step in release.yml. It is skipped cleanly
|
# see the bootstrap step in release.yml. It is skipped cleanly
|
||||||
# rather than failing the guard below, because a 45-minute red
|
# rather than failing the guard below, because a 45-minute red
|
||||||
# run against a tag that was never meant to ship is noise, and
|
# run against a tag that was never meant to ship is noise, and
|
||||||
# this is the most expensive of the three workflows a tag fires.
|
# this is the most expensive of the four workflows a tag fires.
|
||||||
if [ "$v" = "0.0.0" ]; then
|
if [ "$v" = "0.0.0" ]; then
|
||||||
echo "v0.0.0 is the version floor, not a release; nothing to build"
|
echo "v0.0.0 is the version floor, not a release; nothing to build"
|
||||||
echo "skip=true" >> "$GITHUB_OUTPUT"
|
echo "skip=true" >> "$GITHUB_OUTPUT"
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
# v0.0.0 is semantic-release's version floor, not a shipment — see
|
# v0.0.0 is semantic-release's version floor, not a shipment — see
|
||||||
# the bootstrap step in release.yml. A clean skip rather than a
|
# the bootstrap step in release.yml. A clean skip rather than a
|
||||||
# failure: a red run against a tag that was never meant to ship is
|
# failure: a red run against a tag that was never meant to ship is
|
||||||
# noise, and this is one of the three workflows that would otherwise
|
# noise, and this is one of the four workflows that would otherwise
|
||||||
# fire on it.
|
# fire on it.
|
||||||
- name: Resolve the version
|
- name: Resolve the version
|
||||||
id: version
|
id: version
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: CI
|
name: CI
|
||||||
|
|
||||||
# The other three workflows package and publish; none of them test
|
# The other five workflows package, publish or release; none of them test
|
||||||
# anything, so a green tick on this repo used to mean "the Arch package
|
# anything, so a green tick on this repo used to mean "the Arch package
|
||||||
# built", which is not the question anyone was asking. This is the
|
# built", which is not the question anyone was asking. This is the
|
||||||
# workflow that gates.
|
# workflow that gates.
|
||||||
@@ -92,7 +92,7 @@ jobs:
|
|||||||
# Cloned by hand rather than with actions/checkout: that is a JS
|
# Cloned by hand rather than with actions/checkout: that is a JS
|
||||||
# action and needs node inside the job container before any step
|
# action and needs node inside the job container before any step
|
||||||
# has had a chance to install it. Same approach as the other
|
# has had a chance to install it. Same approach as the other
|
||||||
# three workflows in this directory.
|
# other workflows in this directory.
|
||||||
- name: Clone repo at this commit
|
- name: Clone repo at this commit
|
||||||
run: |
|
run: |
|
||||||
set -eu
|
set -eu
|
||||||
|
|||||||
Reference in New Issue
Block a user