diff --git a/README.md b/README.md index e1250f4..45cd798 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ name: CI on: pull_request concurrency: - group: ${{ github.head_ref }} + group: ${{ github.ref_name }} cancel-in-progress: true jobs: @@ -126,7 +126,7 @@ name: CI on: pull_request concurrency: - group: ${{ github.head_ref }} + group: ${{ github.ref_name }} cancel-in-progress: true jobs: @@ -205,7 +205,7 @@ name: CI on: pull_request concurrency: - group: ${{ github.head_ref }} + group: ${{ github.ref_name }} cancel-in-progress: true jobs: