Skip to content

Commit dc2b201

Browse files
authored
chore: Shurtcut job-names (#92)
1 parent 6d4a194 commit dc2b201

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

.github/workflows/main.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo 'systems=["ubuntu-2204-lts"]' >> "$GITHUB_OUTPUT"
3737
echo 'versions=["4.14.0", "4.13.1", "4.13.0", "4.12.2", "4.12.1", "4.12.0"]' >> "$GITHUB_OUTPUT"
3838
39-
build-bare:
39+
bare:
4040
needs:
4141
- define-matrix
4242
strategy:
@@ -51,10 +51,10 @@ jobs:
5151
gap-version: ${{ matrix.gap-version }}
5252
operating-system-base: ${{ matrix.operating-system-base }}
5353

54-
build-slim:
54+
slim:
5555
needs:
5656
- define-matrix
57-
- build-bare
57+
- bare
5858
strategy:
5959
fail-fast: true
6060
matrix:
@@ -67,11 +67,11 @@ jobs:
6767
gap-version: ${{ matrix.gap-version }}
6868
operating-system-base: ${{ matrix.operating-system-base }}
6969

70-
build-full:
70+
full:
7171
needs:
7272
- define-matrix
73-
- build-bare
74-
- build-slim
73+
- bare
74+
- slim
7575
strategy:
7676
fail-fast: true
7777
matrix:
@@ -84,12 +84,12 @@ jobs:
8484
gap-version: ${{ matrix.gap-version }}
8585
operating-system-base: ${{ matrix.operating-system-base }}
8686

87-
build-full-jupyter:
87+
jupyter:
8888
needs:
8989
- define-matrix
90-
- build-bare
91-
- build-slim
92-
- build-full
90+
- bare
91+
- slim
92+
- full
9393
strategy:
9494
fail-fast: true
9595
matrix:

.github/workflows/worflow-dispatch-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
name: Docker - build and publish image
23

34
on:

0 commit comments

Comments
 (0)