From f8f48b4f657a638f07397facb7364b3c06f9371d Mon Sep 17 00:00:00 2001 From: "gh-automation-app[bot]" <109592277+gh-automation-app[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 15:35:09 +0000 Subject: [PATCH] Update Workflows [ci skip] --- .../hf_pr-peak-deployment-notification.yml | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/workflows/hf_pr-peak-deployment-notification.yml diff --git a/.github/workflows/hf_pr-peak-deployment-notification.yml b/.github/workflows/hf_pr-peak-deployment-notification.yml deleted file mode 100644 index 485c1a6..0000000 --- a/.github/workflows/hf_pr-peak-deployment-notification.yml +++ /dev/null @@ -1,20 +0,0 @@ -# This workflow is centrally managed and generated from -# https://github.com/hellofresh/github-automation/blob/master/modules/repository/shared-workflows/pr-peak-deployment-notification.yml ---- -name: "PR: Peak Deployment Notification" - -on: - pull_request: - types: - - closed - branches: - - master - -jobs: - send-notification: - if: github.event.pull_request.merged == true - uses: hellofresh/workflow-peak-deployment-notification/.github/workflows/reusable.yml@master - with: - pr_number: ${{ github.event.pull_request.number }} - pr_title: ${{ github.event.pull_request.title }} - pr_branch: ${{ github.event.pull_request.head.ref }}