From b4140542a28d90fd6d161247238fc329d76893c8 Mon Sep 17 00:00:00 2001 From: Chris Mungall Date: Tue, 18 Jun 2024 13:30:51 -0700 Subject: [PATCH] Update test_pages_build.yaml Fixes #114 --- .../.github/workflows/test_pages_build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: