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/linux_builds.yml | |
parent | 40bb1ded7e23855cc3ed9075a286c886a5f843d5 (diff) |
Fix CI after concurrency
Diffstat (limited to '.github/workflows/linux_builds.yml')
-rw-r--r-- | .github/workflows/linux_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux_builds.yml b/.github/workflows/linux_builds.yml index 62105ab8e4..6fe76345f3 100644 --- a/.github/workflows/linux_builds.yml +++ b/.github/workflows/linux_builds.yml @@ -8,7 +8,7 @@ env: SCONS_CACHE_LIMIT: 4096 concurrency: - group: ci-${{github.actor}}-${{github.head_ref || concat(github.ref, github.run_number)}}-${{github.ref}}-linux + group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-linux cancel-in-progress: true jobs: |