Fix CI after concurrency

This commit is contained in:
Max Hilbrunner 2021-08-25 15:04:05 +02:00
parent 40bb1ded7e
commit 5139a19877
7 changed files with 7 additions and 7 deletions

View file

@ -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}}-android
group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-android
cancel-in-progress: true
jobs: