Skip to content

Commit

Permalink
[MOSIP-29256] updated reusable worklows
Browse files Browse the repository at this point in the history
  • Loading branch information
bhumi46 committed Oct 24, 2023
1 parent c81447e commit 5ac4f7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
build-automationtests-local:
build-dsl-orchestrator-local:
needs: build-maven-automationtest
runs-on: ubuntu-latest
env:
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
if: failure() # Pick up events even if the job fails or is canceled.

build-dsl-orchestrator-docker:
needs: build-automationtests-local
needs: build-dsl-orchestrator-local
strategy:
matrix:
include:
Expand Down

0 comments on commit 5ac4f7d

Please sign in to comment.