diff --git a/.github/workflows/cleanup-after-pr.yml b/.github/workflows/cleanup-after-pr.yml new file mode 100644 index 0000000000..0c2379e4b8 --- /dev/null +++ b/.github/workflows/cleanup-after-pr.yml @@ -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"