Skip to content

Commit b851383

Browse files
committed
made workflow naming more consistent
1 parent ee47dcb commit b851383

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

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

99
jobs:
1010
deploy:
11-
name: goreleaser
11+
name: deploy
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/setup-go@v1

.github/workflows/stage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Deploy
1+
name: Stage
22

33
on:
44
push:
55
branches: [staging]
66

77
jobs:
8-
deploy:
9-
name: goreleaser
8+
stage:
9+
name: stage
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/setup-go@v1

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Go
1+
name: Test
22

33
on:
44
push:
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
test:
11-
name: Test
11+
name: test
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/setup-go@v1

0 commit comments

Comments
 (0)