Skip to content

Commit

Permalink
Update push-branch-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilDigitalJustice committed Oct 17, 2023
1 parent 2a6691d commit 8597f13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push-branch-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ permissions:

jobs:
define-image-tag:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
# map a step output to job output
outputs:
Expand Down Expand Up @@ -81,7 +80,6 @@ jobs:
path: data-service/build/libs/data-service-${{ steps.capture-version.outputs.app_version }}.jar

ecr:
if: github.event_name == 'pull_request' && github.event.pull_request.base.ref == 'main'
needs: [ build-test-publish, define-image-tag ]
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 8597f13

Please sign in to comment.