Use reusable workflows

This commit is contained in:
Nicolas Grekas
2021-10-18 16:29:49 +02:00
parent d0ef2575ff
commit 4e61b7c160
5 changed files with 34 additions and 316 deletions
+13
View File
@@ -0,0 +1,13 @@
name: Cleanup Flex testing endpoint
on:
pull_request_target:
types: [ closed ]
defaults:
run:
shell: bash
jobs:
call-flex-cleanup:
uses: symfony/recipes/.github/workflows/callable-flex-cleanup.yml@main