diff --git a/.github/workflows/health-metrics.yml b/.github/workflows/health-metrics.yml index a16037b612c..fb67d3f726f 100644 --- a/.github/workflows/health-metrics.yml +++ b/.github/workflows/health-metrics.yml @@ -1,7 +1,7 @@ name: Health Metrics concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} cancel-in-progress: true on: