summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorColomban Wendling <[email protected]>2025-03-11 23:39:21 +0100
committerColomban Wendling <[email protected]>2025-03-12 09:45:10 +0100
commit1b5aef7738a53ab76ef7eea9001997fa257d4a11 (patch)
tree8a6cf778ae7450504bb49ea4de5cf4a812c623ba /.github/workflows
parent58ae1c5beea52417b7d3b41ca66a08889d1c8786 (diff)
downloadmate-panel-1b5aef7738a53ab76ef7eea9001997fa257d4a11.tar.bz2
mate-panel-1b5aef7738a53ab76ef7eea9001997fa257d4a11.tar.xz
github-actions: Use better grouping
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 1d54b658..b6709486 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -11,7 +11,7 @@ on:
# cancel already running builds of the same branch or pull request
concurrency:
- group: ci-${{ github.head_ref }} || concat(${{ github.ref }}
+ group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.head_ref || github.sha }}
cancel-in-progress: true
env: