mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-19 11:06:41 +03:00
Cleanup gha config
This commit is contained in:
@@ -13,9 +13,10 @@ jobs:
|
|||||||
call-flex-update:
|
call-flex-update:
|
||||||
uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main
|
uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main
|
||||||
with:
|
with:
|
||||||
branch: main
|
|
||||||
contrib: true
|
contrib: true
|
||||||
|
|
||||||
call-recipe-readme-update:
|
call-recipe-readme-update:
|
||||||
needs: 'call-flex-update'
|
needs: 'call-flex-update'
|
||||||
uses: symfony/recipes/.github/workflows/callable-recipe-readme-update.yml@main
|
uses: symfony/recipes/.github/workflows/callable-recipe-readme-update.yml@main
|
||||||
|
with:
|
||||||
|
contrib: true
|
||||||
|
|||||||
@@ -11,6 +11,5 @@ jobs:
|
|||||||
call-qa:
|
call-qa:
|
||||||
uses: symfony/recipes/.github/workflows/callable-qa.yml@main
|
uses: symfony/recipes/.github/workflows/callable-qa.yml@main
|
||||||
with:
|
with:
|
||||||
branch: main
|
|
||||||
contrib: true
|
contrib: true
|
||||||
find_yaml: -not -wholename 'codeception/codeception/*/tests/*' -not -wholename 'codeception/codeception/*/codeception.yml'
|
find_yaml: -not -wholename 'codeception/codeception/*/tests/*' -not -wholename 'codeception/codeception/*/codeception.yml'
|
||||||
|
|||||||
Reference in New Issue
Block a user