mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 05:28:15 -05:00
Workflow: Cleanup after PR (#1821)
* Stubbing out new workflow to test logic in feature branch * fixing trigger syntax
This commit is contained in:
parent
d92dd7ea3b
commit
d3938068c7
14
.github/workflows/cleanup-after-pr.yml
vendored
Normal file
14
.github/workflows/cleanup-after-pr.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
---
|
||||||
|
name: Clean After PR
|
||||||
|
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
types: [closed]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-docker:
|
||||||
|
name: Remove feature branch docker images
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
steps:
|
||||||
|
- name: Stub
|
||||||
|
run: echo "This is a workflow stub"
|
Loading…
x
Reference in New Issue
Block a user