mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
Fix hdfeos5 workflow concurrency conflicts (#2804)
This commit is contained in:
parent
2ce5e3e6e1
commit
8562645b8a
2
.github/workflows/hdfeos5.yml
vendored
2
.github/workflows/hdfeos5.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user