mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Add reusable workflows
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user