mirror of
https://github.com/bitwarden/server
synced 2026-01-06 18:43:36 +00:00
17 lines
271 B
YAML
17 lines
271 B
YAML
---
|
|
name: Clean After PR
|
|
|
|
on:
|
|
pull_request:
|
|
types: [closed]
|
|
workflow_dispatch:
|
|
inputs: {}
|
|
|
|
jobs:
|
|
build-docker:
|
|
name: Remove feature branch docker images
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- name: Stub
|
|
run: echo "This is a workflow stub"
|