diff --git a/{{cookiecutter.project_name}}/.github/workflows/windows_mac_test.yml b/{{cookiecutter.project_name}}/.github/workflows/windows_mac_test.yml index 65590d9..d23e1b7 100644 --- a/{{cookiecutter.project_name}}/.github/workflows/windows_mac_test.yml +++ b/{{cookiecutter.project_name}}/.github/workflows/windows_mac_test.yml @@ -4,8 +4,10 @@ on: [push, pull_request] jobs: cpu-extra: + {% raw -%} runs-on: ${{ matrix.os }} if: "!contains(github.event.head_commit.message, 'ci skip')" + {%- endraw %} strategy: matrix: os: [macos-latest, windows-latest]