We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31be040 commit ddd6c32Copy full SHA for ddd6c32
.github/workflows/ci-cd.yml
@@ -58,7 +58,7 @@ jobs:
58
if: ${{ github.event_name == 'push' }}
59
name: GitHub package deploy
60
runs-on: ubuntu-latest
61
- needs: [build-test, codeql-analysis]
+ needs: [build, codeql-analysis]
62
steps:
63
- name: Checkout code
64
uses: actions/checkout@v2
@@ -84,7 +84,7 @@ jobs:
84
if: ${{ github.event_name == 'release' }}
85
name: Dockerhub deploy
86
87
88
environment:
89
name: Dockerhub
90
url: https://hub.docker.com/r/45862391/httphealthcheckdashboard
0 commit comments