Skip to content

Commit bdc24b1

Browse files
committed
Rename job actions.
1 parent 8a007e4 commit bdc24b1

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
lint:
14-
name: Run on Ubuntu
14+
name: Lint
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Clone the code

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ permissions:
1111

1212
jobs:
1313
build:
14+
name: Release Drafter
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Draft Release

.github/workflows/test-e2e.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
test-e2e:
14-
name: Run on Ubuntu
14+
name: E2E Tests
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Clone the code

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
test:
14-
name: Run on Ubuntu
14+
name: Tests
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Clone the code

0 commit comments

Comments
 (0)