Skip to content

Commit 04f44db

Browse files
committedNov 3, 2021
Add github actions for building recipes
1 parent 1d9979e commit 04f44db

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
 

‎.github/workflows/flex-cleanup.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Cleanup Flex testing endpoint
2+
3+
on:
4+
pull_request_target:
5+
types: [ closed ]
6+
7+
defaults:
8+
run:
9+
shell: bash
10+
11+
jobs:
12+
call-flex-cleanup:
13+
uses: symfony/recipes/.github/workflows/callable-flex-cleanup.yml@main

‎.github/workflows/flex-update.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Update Flex endpoint
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
8+
defaults:
9+
run:
10+
shell: bash
11+
12+
jobs:
13+
call-flex-update:
14+
uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main
15+
with:
16+
branch: main
17+
contrib: true

0 commit comments

Comments
 (0)