We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c33a7a8 commit fa24c63Copy full SHA for fa24c63
.github/workflows/git-pr-status-checks.yml
@@ -4,7 +4,7 @@ on:
4
pull_request: {}
5
6
concurrency:
7
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
+ group: ${{ github.event.pull_request.head.repo.full_name }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
8
cancel-in-progress: true
9
10
permissions:
@@ -17,4 +17,4 @@ permissions:
17
18
jobs:
19
pr-status-check:
20
- uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"
+ uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"
0 commit comments