From 6c297d4f772294466cc077ba8e2bbce209b2e9ce Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Tue, 26 Apr 2022 23:13:24 -0500 Subject: [PATCH] Fix broken PR preview teardowns --- .github/workflows/preview.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index fff1418f..16cf5b95 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -2,7 +2,7 @@ name: 🔂 Surge PR Preview on: pull_request_target: - types: [opened, synchronize, reopened, closed] + types: [opened, synchronize, reopened] jobs: preview: @@ -33,7 +33,6 @@ jobs: surge_token: ${{ secrets.SURGE_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }} dist: site - teardown: 'true' failOnError: 'true' build: | pip install pipenv