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 65b2f84 commit 99a14c1Copy full SHA for 99a14c1
.github/workflows/git-pr-status-checks.yml
@@ -1,10 +1,15 @@
1
name: Git PR Status Checks
2
3
on:
4
- pull_request: {}
5
-
+ pull_request:
+ branches:
6
+ - main
7
+ pull_request_target:
8
9
10
+
11
concurrency:
- group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
12
+ group: ${{ github.event.pull_request.head.repo.full_name }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
13
cancel-in-progress: true
14
15
permissions:
@@ -14,7 +19,7 @@ permissions:
19
actions: write
20
checks: write
16
21
statuses: write
17
22
18
23
jobs:
24
pr-status-check:
25
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"
0 commit comments