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 fa24c63 commit 50c8fa4Copy full SHA for 50c8fa4
.github/workflows/git-pr-status-checks.yml
@@ -1,8 +1,13 @@
1
-name: Git PR Status Checks
+name: PR Status Checks
2
3
on:
4
- pull_request: {}
5
-
+ pull_request:
+ branches:
6
+ - main
7
+ pull_request_target:
8
9
10
+
11
concurrency:
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,7 +19,7 @@ permissions:
14
19
actions: write
15
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