diff --git a/{{cookiecutter.project_name}}/.github/workflows/test_pages_build.yaml b/{{cookiecutter.project_name}}/.github/workflows/test_pages_build.yaml index 3e7b5f8..7d0faf0 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/test_pages_build.yaml +++ b/{{cookiecutter.project_name}}/.github/workflows/test_pages_build.yaml @@ -7,7 +7,7 @@ on: - reopened - synchronize -concurrency: preview-${{ github.ref }} +concurrency: {% raw %}preview-${{ github.ref }}{% endraw %} jobs: run: