diff options
Diffstat (limited to '.github/workflows/javascript_builds.yml')
-rw-r--r-- | .github/workflows/javascript_builds.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/javascript_builds.yml b/.github/workflows/javascript_builds.yml index 7f7b48b3ef..25a063c3b2 100644 --- a/.github/workflows/javascript_builds.yml +++ b/.github/workflows/javascript_builds.yml @@ -10,7 +10,7 @@ env: EM_CACHE_FOLDER: 'emsdk-cache' concurrency: - group: ci-${{github.actor}}-${{github.head_ref || concat(github.ref, github.run_number)}}-${{github.ref}}-javascript + group: ci-${{github.actor}}-${{github.head_ref || github.run_number}}-${{github.ref}}-javascript cancel-in-progress: true jobs: |