Change github action to use github.event.pull_request_number instead of ref

This commit is contained in:
2000krysztof 2025-08-13 14:30:31 +01:00
parent fffdab4f5c
commit 49d54b164d

View file

@ -11,7 +11,7 @@ on:
- synchronize
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
cancel-in-progress: true
permissions: