Add reusable workflows

This commit is contained in:
Nicolas Grekas
2021-10-18 16:28:14 +02:00
commit 0de5a7de3a
3 changed files with 343 additions and 0 deletions
@@ -0,0 +1,19 @@
name: Cleanup Flex testing endpoint
on:
workflow_call:
jobs:
flex-cleanup:
name: Cleanup Flex testing endpoint
runs-on: Ubuntu-20.04
steps:
-
name: Checkout
uses: actions/checkout@v2
-
name: Cleanup Flex testing endpoint
run: |
git push origin :flex/pull-${{ github.event.number }} || true