diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index bf689e7..a6ddf9a 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -40,12 +40,11 @@ jobs: asdfVersion: ${{ needs.get_asdf_version.outputs.version }} branch_name: ${{ github.event.pull_request.head.ref }} dry_run: true - publish_package: false dependabot_auto_approve_and_merge: name: Dependabot Auto Approve and Merge needs: quality_checks - uses: NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@a2edde3fb0e9816a25a5ba4923b4d509db83f552 + uses: NHSDigital/eps-common-workflows/.github/workflows/dependabot-auto-approve-and-merge.yml@b933ef1bb3527fd7e7d5a7629fbd4e4dd94bf1b4 secrets: AUTOMERGE_APP_ID: ${{ secrets.AUTOMERGE_APP_ID }} AUTOMERGE_PEM: ${{ secrets.AUTOMERGE_PEM }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 8b851eb..786c18e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,6 @@ jobs: asdfVersion: ${{ needs.get_asdf_version.outputs.version }} branch_name: main dry_run: true - publish_package: false build: name: Build Package and Upload as Artifact @@ -80,4 +79,3 @@ jobs: extra_artifact_run_id: ${{ github.run_id }} extra_artifact_repository: ${{ github.repository }} dry_run: false - publish_package: false