1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-22 02:51:33 +01:00

Workflow: Cleanup after PR (#1821)

* Stubbing out new workflow to test logic in feature branch

* fixing trigger syntax
This commit is contained in:
Joseph Flinn 2022-01-21 05:42:23 -08:00 committed by GitHub
parent d92dd7ea3b
commit d3938068c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.github/workflows/cleanup-after-pr.yml vendored Normal file
View 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"