summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-04-24 19:42:03 (GMT)
committerGitHub <noreply@github.com>2023-04-24 19:42:03 (GMT)
commit8562645b8a0b7808bdf9f03a367aeed31a9229be (patch)
treed1f02713aba876ef5a9f1d79bb0fbf76f9ec32a9 /.github/workflows
parent2ce5e3e6e11e635446ca48b68cbd834d7ffc9023 (diff)
downloadhdf5-8562645b8a0b7808bdf9f03a367aeed31a9229be.zip
hdf5-8562645b8a0b7808bdf9f03a367aeed31a9229be.tar.gz
hdf5-8562645b8a0b7808bdf9f03a367aeed31a9229be.tar.bz2
Fix hdfeos5 workflow concurrency conflicts (#2804)
Diffstat (limited to '.github/workflows')
-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 142bf7c..03c9746 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: hdfeos5-${{ github.ref }}
+ group: ${{ github.workflow }}-${{ github.sha || github.event.pull_request.number }}
cancel-in-progress: true
jobs: