Skip to content

Commit fa24c63

Browse files
authored
Update git-pr-status-checks.yml (#21)
1 parent c33a7a8 commit fa24c63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/git-pr-status-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request: {}
55

66
concurrency:
7-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
7+
group: ${{ github.event.pull_request.head.repo.full_name }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
88
cancel-in-progress: true
99

1010
permissions:
@@ -17,4 +17,4 @@ permissions:
1717

1818
jobs:
1919
pr-status-check:
20-
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"
20+
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"

0 commit comments

Comments
 (0)