Skip to content

Commit 3f4f5eb

Browse files
give job name
1 parent 8d938ad commit 3f4f5eb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ env:
1414
jobs:
1515
build-test:
1616
runs-on: ubuntu-latest
17+
name: Build and test
1718
steps:
1819
- uses: actions/checkout@v2
1920
- name: Setup
@@ -29,6 +30,7 @@ jobs:
2930

3031
github-package-deploy:
3132
if: ${{ github.event_name == 'push' }}
33+
name: GitHub package deploy
3234
runs-on: ubuntu-latest
3335
needs: build-test
3436
steps:
@@ -51,6 +53,7 @@ jobs:
5153
5254
dockerhub-deploy:
5355
if: ${{ github.event_name == 'release' }}
56+
name: dockerhub deploy
5457
runs-on: ubuntu-latest
5558
needs: build-test
5659
steps:

0 commit comments

Comments
 (0)