summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-04-17 01:37:06 (GMT)
committerGitHub <noreply@github.com>2023-04-17 01:37:06 (GMT)
commit41b61bfe530a3cce3a89beff18a916e0e543e882 (patch)
tree1d44710635d12acd23c3765bf07060ca6f201fc6 /.github
parent6713075fbc08fa85011fbebd402f56dcfabdf4af (diff)
downloadhdf5-41b61bfe530a3cce3a89beff18a916e0e543e882.zip
hdf5-41b61bfe530a3cce3a89beff18a916e0e543e882.tar.gz
hdf5-41b61bfe530a3cce3a89beff18a916e0e543e882.tar.bz2
Update hdfeos5 workflow concurrency group (#2766)
Changes concurrency group for hdfeos5 workflow so that it is separate from the concurrency group for the CI workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/hdfeos5.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/hdfeos5.yml b/.github/workflows/hdfeos5.yml
index 2140fb6..142bf7c 100644
--- a/.github/workflows/hdfeos5.yml
+++ b/.github/workflows/hdfeos5.yml
@@ -16,7 +16,7 @@ on:
# Using concurrency to cancel any in-progress job or run
concurrency:
- group: ${{ github.ref }}
+ group: hdfeos5-${{ github.ref }}
cancel-in-progress: true
jobs: