Fix hdfeos5 workflow concurrency conflicts (#2804)

This commit is contained in:
jhendersonHDF 2023-04-24 14:42:03 -05:00 committed by GitHub
parent 2ce5e3e6e1
commit 8562645b8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: