Skip to content

Commit

Permalink
INFRA-407: Update check-deps workflow to notify OCD3 only on depend…
Browse files Browse the repository at this point in the history
…ency changes. (#52)
  • Loading branch information
corneliouzbett authored Feb 21, 2024
1 parent 8e9f269 commit 60b4453
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/check-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,9 @@ jobs:
uses: mekomsolutions/shared-github-workflow/.github/workflows/maven-check-deps-build-publish.yml@main
with:
java-version: "8"
notify-ocd3: true
ocd3-username: ${{ secrets.OCD3_USERNAME }}
ocd3-password: ${{ secrets.OCD3_PASSWORD }}
secrets:
NEXUS_USERNAME: ${{ secrets.NEXUS_USERNAME }}
NEXUS_PASSWORD: ${{ secrets.NEXUS_PASSWORD }}

notify-ocd3:
needs: check-deps
uses: mekomsolutions/shared-github-workflow/.github/workflows/ocd3-notify.yml@main
secrets:
OCD3_USERNAME: ${{ secrets.OCD3_USERNAME }}
OCD3_PASSWORD: ${{ secrets.OCD3_PASSWORD }}

0 comments on commit 60b4453

Please sign in to comment.