diff options
author | Max Hilbrunner <m.hilbrunner@gmail.com> | 2021-08-25 15:04:05 +0200 |
---|---|---|
committer | Max Hilbrunner <m.hilbrunner@gmail.com> | 2021-08-25 15:04:05 +0200 |
commit | 5139a19877ef21f045994fa0653af4820a58cb61 (patch) | |
tree | 9f658286c9b7f28a534711325c18e40e3dc4daf6 /.github/workflows/windows_builds.yml | |
parent | 40bb1ded7e23855cc3ed9075a286c886a5f843d5 (diff) | |
download | redot-engine-5139a19877ef21f045994fa0653af4820a58cb61.tar.gz |
Fix CI after concurrency
Diffstat (limited to '.github/workflows/windows_builds.yml')
-rw-r--r-- | .github/workflows/windows_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows_builds.yml b/.github/workflows/windows_builds.yml index a02dd0c65b..53febd353b 100644 --- a/.github/workflows/windows_builds.yml +++ b/.github/workflows/windows_builds.yml @@ -10,7 +10,7 @@ env: SCONS_CACHE_LIMIT: 3072 concurrency: - group: ci-${{github.actor}}-${{github.head_ref || concat(github.ref, github.run_number)}}-${{github.ref}}-windows + group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-windows cancel-in-progress: true jobs: |