Skip to content

Commit ddd6c32

Browse files
Fix name in workflow
1 parent 31be040 commit ddd6c32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: ${{ github.event_name == 'push' }}
5959
name: GitHub package deploy
6060
runs-on: ubuntu-latest
61-
needs: [build-test, codeql-analysis]
61+
needs: [build, codeql-analysis]
6262
steps:
6363
- name: Checkout code
6464
uses: actions/checkout@v2
@@ -84,7 +84,7 @@ jobs:
8484
if: ${{ github.event_name == 'release' }}
8585
name: Dockerhub deploy
8686
runs-on: ubuntu-latest
87-
needs: [build-test, codeql-analysis]
87+
needs: [build, codeql-analysis]
8888
environment:
8989
name: Dockerhub
9090
url: https://hub.docker.com/r/45862391/httphealthcheckdashboard

0 commit comments

Comments
 (0)