diff --git a/.github/workflows/pr-website-preview.yml b/.github/workflows/pr-website-preview.yml index f93032a44c6a..7117a51fd972 100644 --- a/.github/workflows/pr-website-preview.yml +++ b/.github/workflows/pr-website-preview.yml @@ -9,11 +9,10 @@ on: - closed paths: - 'documentation/**' - push: - branches-ignore: - - 'dependabot/**' -concurrency: pr-preview +concurrency: + group: pr-preview + cancel-in-progress: false jobs: deploy: