Skip to content

Commit c487b31

Browse files
committed
.github/workflows: number the jobs to hopefully impact processing order on GHA farm [#1400]
Signed-off-by: Jim Klimov <[email protected]>
1 parent e5b49ce commit c487b31

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/01-make-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# See also:
55
# https://github.com/actions/upload-artifact
66
# https://docs.github.com/en/actions/reference/workflows-and-actions/variables
7-
name: "Make dist and docs tarballs"
7+
name: "01: Make dist and docs tarballs"
88

99
on:
1010
push:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# the `language` matrix defined below to confirm you have the correct set of
1010
# supported CodeQL languages.
1111
#
12-
name: "CodeQL"
12+
name: "05: CodeQL"
1313

1414
on:
1515
push:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish PyNUT client bindings for NUT 🐍 distributions 📦 to PyPI
1+
name: "08: Publish PyNUT client bindings for NUT 🐍 distributions 📦 to PyPI"
22
# based on https://medium.com/@VersuS_/automate-pypi-releases-with-github-actions-4c5a9cfe947d
33
# and https://packaging.python.org/en/latest/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
44

0 commit comments

Comments
 (0)