diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 57b0e7d9..84f906cc 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -12,6 +12,7 @@ permissions: env: COREPACK_ENABLE_STRICT: 0 + PR_TITLE: ${{ github.event.pull_request.title }} # Allow only one concurrent deployment, skipping runs queued between # the run in-progress and latest queued. @@ -23,6 +24,7 @@ concurrency: jobs: deploy: + if: ! contains(env.PR_TITLE, 'no-deploy') environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}