mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
14 lines
241 B
YAML
14 lines
241 B
YAML
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
|