feat(delete-pr-branch): change runner to ubuntu-latest for branch deletion workflow
This commit is contained in:
@@ -11,7 +11,7 @@ permissions:
|
||||
|
||||
jobs:
|
||||
delete-branch:
|
||||
runs-on: gitops_runner
|
||||
runs-on: ubuntu-latest
|
||||
if: >-
|
||||
github.event.pull_request.merged == true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user