changing job names
This commit is contained in:
parent
43f2f351d9
commit
4181ec103e
|
|
@ -150,7 +150,7 @@ jobs:
|
|||
docker push ${{ env.CI_IMAGE }}
|
||||
|
||||
Deploy_And_GW_Integrated_Test:
|
||||
needs: [Build]
|
||||
needs: [Build, Blackduck, Fortify, unit-test]
|
||||
if: github.ref == 'refs/heads/refator-pipeline'
|
||||
uses: ./.github/workflows/api-gw-integrated-test.yaml
|
||||
secrets:
|
||||
|
|
|
|||
Loading…
Reference in New Issue