Use reusable workflows

This commit is contained in:
Nicolas Grekas
2021-10-18 16:22:50 +02:00
parent 3ec390f1ec
commit 25b77f6c22
5 changed files with 37 additions and 324 deletions
+17
View File
@@ -0,0 +1,17 @@
name: Update Flex endpoint
on:
push:
branches:
- master
defaults:
run:
shell: bash
jobs:
call-flex-update:
uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main
with:
branch: master
contrib: true