mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
20 lines
435 B
YAML
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
|