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