Merge pull request #151 from vrobert78/fix_sync_symfonycache #342
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update Flex endpoint | |
on: | |
push: | |
branches: | |
- main | |
defaults: | |
run: | |
shell: bash | |
jobs: | |
call-flex-update: | |
concurrency: flex-update-${{ github.ref }} | |
uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main | |
with: | |
branch: main | |
contrib: true |