Skip to content

Commit

Permalink
[DSD-3932] updated workflow files (#1283)
Browse files Browse the repository at this point in the history
Signed-off-by: techno-467 <[email protected]>
  • Loading branch information
Prafulrakhade authored Dec 28, 2023
1 parent 813aadf commit 92ed847
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 68 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/authdemo-push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

publish_to_nexus:
if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' }}"
if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' && github.event_name != 'release' && github.event_name != 'prerelease' && github.event_name != 'publish' }}"
needs: build-maven-authentication-demo-service
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master
with:
Expand Down Expand Up @@ -87,4 +87,4 @@ jobs:

build-automation-tests:
needs: publish_to_nexus
uses: ./.github/workflows/automationtests-push-trigger.yml
uses: ./.github/workflows/automationtests-push-trigger.yml
4 changes: 2 additions & 2 deletions .github/workflows/automationtests-push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

publish_to_nexus:
if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' }}"
if: "${{ !contains(github.ref, 'master') && github.event_name != 'pull_request' && github.event_name != 'release' && github.event_name != 'prerelease' && github.event_name != 'publish' }}"
needs: build-maven-automationtests
uses: mosip/kattu/.github/workflows/maven-publish-to-nexus.yml@master
with:
Expand All @@ -140,4 +140,4 @@ jobs:
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
29 changes: 0 additions & 29 deletions .github/workflows/release-changes.yml

This file was deleted.

35 changes: 0 additions & 35 deletions .github/workflows/tag.yml

This file was deleted.

0 comments on commit 92ed847

Please sign in to comment.