summaryrefslogtreecommitdiffstats
path: root/.github/workflows/hdfeos5.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/hdfeos5.yml')
-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 5faf74a..dad262d 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.workflow }}-${{ github.sha || github.event.pull_request.number }}
+ group: ${{ github.workflow }}-${{ github.head_ref && github.ref || github.run_id }}
cancel-in-progress: true
permissions: