diff --git a/.github/workflows/pr-status-checks-workflow-call-fork.yml b/.github/workflows/pr-status-checks-workflow-call-fork.yml deleted file mode 100644 index 5a919f6..0000000 --- a/.github/workflows/pr-status-checks-workflow-call-fork.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: PR Status Checks - -on: - pull_request_target: - branches: - - main - -concurrency: - group: ${{ github.event.pull_request.head.repo.full_name }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}-fork - cancel-in-progress: true - -permissions: - pull-requests: write - contents: write - packages: read - actions: write - checks: write - statuses: write - -jobs: - pr-status-check: - if: ${{ github.event.pull_request.head.repo.full_name != 'openmcp-project/blueprint-building-blocks' }} - uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main" diff --git a/.github/workflows/pr-status-checks-workflow-call.yml b/.github/workflows/pr-status-checks-workflow-call.yml index c46dbdf..0be8ee4 100644 --- a/.github/workflows/pr-status-checks-workflow-call.yml +++ b/.github/workflows/pr-status-checks-workflow-call.yml @@ -1,7 +1,7 @@ name: PR Status Checks on: - pull_request: + pull_request_target: branches: - main @@ -19,5 +19,4 @@ permissions: jobs: pr-status-check: - if: ${{ github.event.pull_request.head.repo.full_name == 'openmcp-project/blueprint-building-blocks' }} uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"