Skip to content

Commit 4a20d2c

Browse files
author
Alan Christie
committed
- Changed CI job names
1 parent f235a92 commit 4a20d2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-latest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
- 'main'
2626

2727
jobs:
28-
build:
28+
build-latest:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout

.github/workflows/build-stable.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929
- '[0-9]+.[0-9]+'
3030

3131
jobs:
32-
build:
32+
build-stable:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- name: Checkout

.github/workflows/build-tag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030
- '![0-9]+.[0-9]+'
3131

3232
jobs:
33-
build:
33+
build-tag:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout

0 commit comments

Comments
 (0)