Skip to content

Commit

Permalink
Add Flex gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Jan 2, 2025
1 parent 80a35a3 commit 7508211
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 28 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/flex-cleanup.yml
Original file line number Diff line number Diff line change
@@ -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
7 changes: 7 additions & 0 deletions .github/workflows/flex-update-archived.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: Update Flex Archives

on: [workflow_dispatch]

jobs:
call-flex-update:
uses: symfony/recipes/.github/workflows/callable-flex-update-archived.yml@main
16 changes: 16 additions & 0 deletions .github/workflows/flex-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Update Flex endpoint

on:
push:
branches:
- main

defaults:
run:
shell: bash

jobs:
call-flex-update:
uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main
with:
contrib: true
14 changes: 0 additions & 14 deletions index.json

This file was deleted.

14 changes: 0 additions & 14 deletions monofony.cqrs-pack.0.1.json

This file was deleted.

0 comments on commit 7508211

Please sign in to comment.