diff --git a/workflows/reconcile_gh_issue.yaml b/workflows/reconcile_gh_issue.yaml index ee8a3d7..6fa45f5 100644 --- a/workflows/reconcile_gh_issue.yaml +++ b/workflows/reconcile_gh_issue.yaml @@ -12,7 +12,7 @@ on: # This prevents potential race conditions by only allowing this action to handle # one update at a time for a given issue. concurrency: - group: ${{ github.event.issue.number }} + group: reconcile-${{ github.event.issue.number }} cancel-in-progress: true jobs: diff --git a/workflows/require_matching_label.yaml b/workflows/require_matching_label.yaml index dfded69..70150df 100644 --- a/workflows/require_matching_label.yaml +++ b/workflows/require_matching_label.yaml @@ -11,7 +11,7 @@ on: # This prevents potential race conditions by only allowing this action to handle # one update at a time for a given issue. concurrency: - group: ${{ github.event.issue.number }} + group: require-matching-label-${{ github.event.issue.number }} cancel-in-progress: true jobs: