diff --git a/.github/workflows/pr-close.yml b/.github/workflows/pr-close.yml index 404fac26..7bd4a253 100644 --- a/.github/workflows/pr-close.yml +++ b/.github/workflows/pr-close.yml @@ -32,7 +32,7 @@ jobs: # If merged into main, then handle any image promotions image-promotions: name: Image Promotions - if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' + # if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' runs-on: ubuntu-22.04 steps: - name: Promoting API @@ -48,7 +48,7 @@ jobs: merge-notification: name: Merge Notification runs-on: ubuntu-22.04 - # if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' + if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'main' steps: - name: Pre-merge update uses: mshick/add-pr-comment@v2