Files
symfony-flex-recipes/.github/workflows/callable-flex-cleanup.yml
T

20 lines
435 B
YAML

name: Cleanup Flex testing endpoint
on:
workflow_call:
jobs:
flex-cleanup:
name: Cleanup Flex testing endpoint
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Cleanup Flex testing endpoint
run: |
git push origin :flex/pull-${{ github.event.number }} || true