feat(delete-pr-branch): change runner to ubuntu-latest for branch deletion workflow

This commit is contained in:
2026-04-30 17:44:19 +02:00
parent eba7d63d63
commit 3e530e8d96
+1 -1
View File
@@ -11,7 +11,7 @@ permissions:
jobs:
delete-branch:
runs-on: gitops_runner
runs-on: ubuntu-latest
if: >-
github.event.pull_request.merged == true