From b97b3a81237245ee4c9609630c545b0111eb0718 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Sun, 11 Sep 2022 02:54:11 +0200 Subject: [PATCH] ci: remove clean-pr workflow Signed-off-by: CrazyMax --- .github/workflows/clean-pr.yml | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 .github/workflows/clean-pr.yml diff --git a/.github/workflows/clean-pr.yml b/.github/workflows/clean-pr.yml deleted file mode 100644 index c627749cd2..0000000000 --- a/.github/workflows/clean-pr.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: clean-pr - -on: - pull_request: - types: - - closed - -jobs: - netlify-remove: - runs-on: ubuntu-20.04 - if: github.event.pull_request.head.repo.fork == false - steps: - - - name: Checkout - uses: actions/checkout@v3 - with: - ref: ${{ github.event.pull_request.head.sha }} - - - name: Remove site from Netlify - uses: docker/bake-action@v2 - with: - targets: netlify-remove - set: | - *.cache-from=type=gha,scope=releaser - env: - NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} - NETLIFY_SITE_NAME: ${{ github.repository }}/${{ github.head_ref }}