Skip to content

Commit b2ce85d

Browse files
committed
clean(workflows): renaming github workflows for better naming
1 parent f2dba9e commit b2ce85d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docker_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [ "**" ]
66

77
jobs:
8-
build:
8+
build-test:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v4

.github/workflows/docker_build_publish_development.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020

2121
jobs:
22-
build:
22+
build-publish-development:
2323

2424
runs-on: ubuntu-latest
2525
permissions:

.github/workflows/docker_build_publish_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717

1818

1919
jobs:
20-
build:
20+
build-publish-main:
2121

2222
runs-on: ubuntu-latest
2323
permissions:

.github/workflows/go_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Go test
22
on: [push]
33

44
jobs:
5-
build:
5+
go-test:
66
runs-on: ubuntu-latest
77

88
steps:

0 commit comments

Comments
 (0)