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 }}