diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 9757a3e2e..bf229739f 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -1,13 +1,13 @@ --- name: Deploy PR previews -on: - pull_request: - types: - - opened - - reopened - - synchronize - - closed +# on: +# pull_request: +# types: +# - opened +# - reopened +# - synchronize +# - closed concurrency: preview-${{ github.ref }}