Skip to content

Commit c6d6cc0

Browse files
authored
Switch reusable workflows to main branch (#7)
1 parent c909b96 commit c6d6cc0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717

1818
jobs:
1919
pr-status-check:
20-
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@chore/os_preparations"
20+
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"
2121
with:
2222
HELM_OCI_REGISTRY: 'ghcr.io'
2323
BUILDING_BLOCKS_GIT_REPO_URL: 'https://github.com/openmcp-project/blueprint-building-blocks.git'

.github/workflows/pr-status-checks-workflow-call-fork.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
jobs:
2121
pr-status-check:
2222
if: ${{ github.event.pull_request.head.repo.full_name != 'openmcp-project/blueprint-building-blocks' }}
23-
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@chore/os_preparations"
23+
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"
2424
with:
2525
HELM_OCI_REGISTRY: 'ghcr.io'
2626
BUILDING_BLOCKS_GIT_REPO_URL: 'https://github.com/openmcp-project/blueprint-building-blocks.git'

.github/workflows/pr-status-checks-workflow-call.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ permissions:
2020
jobs:
2121
pr-status-check:
2222
if: ${{ github.event.pull_request.head.repo.full_name == 'openmcp-project/blueprint-building-blocks' }}
23-
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@chore/os_preparations"
23+
uses: "openmcp-project/blueprint-workflows/.github/workflows/git-pr-status-checks.yml@main"
2424
with:
2525
HELM_OCI_REGISTRY: 'ghcr.io'
2626
BUILDING_BLOCKS_GIT_REPO_URL: 'https://github.com/openmcp-project/blueprint-building-blocks.git'

0 commit comments

Comments
 (0)