From bb7920c51b13f38d6b3c70aaa72cd2f6debfc00c Mon Sep 17 00:00:00 2001 From: David Day Date: Sat, 7 Sep 2024 14:26:54 -0700 Subject: [PATCH] Fix Preview PR again. --- .github/workflows/playwright.yml | 2 ++ .github/workflows/preview.yml | 6 +----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 467190b..73d6158 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,9 +1,11 @@ name: Playwright Tests + on: push: branches: [ main, master ] pull_request: branches: [ main, master ] + jobs: test: timeout-minutes: 60 diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 89264c5..b577540 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -8,15 +8,12 @@ on: - synchronize - closed -permissions: write-all -concurrency: preview-${{ github.ref }} - jobs: deploy-preview: runs-on: ubuntu-latest steps: - name: 🚚 Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: 🔨 Install and Build if: github.event.action != 'closed' # You might want to skip the build if the PR has been closed @@ -29,4 +26,3 @@ jobs: with: source-dir: ./dist/ preview-branch: previews - # token: ${{ secrets.GITHUB_TOKEN }}