Add or update delete-merged-branches workflow
This commit is contained in:
parent
59cd4a8a53
commit
8477230f01
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
delete-merged-branch:
|
delete-merged-branch:
|
||||||
if: github.event.pull_request.merged == true
|
if: github.event.pull_request.merged == true
|
||||||
name: Delete Merged Branch
|
name: Delete Merged Branch
|
||||||
runs-on: app-sever-project-runner
|
runs-on: linting_odex25-standard-modules_runner
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Delete merged branch (with protection check and rules)
|
- name: Delete merged branch (with protection check and rules)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue