We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d9979e commit 04f44dbCopy full SHA for 04f44db
.github/workflows/flex-cleanup.yml
@@ -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
@@ -0,0 +1,17 @@
+name: Update Flex endpoint
+ push:
+ branches:
+ - main
+ 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