From dcecdfd498fb2573bef97024eaa98c68e41dd2c2 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Mon, 2 May 2022 09:31:26 +0200 Subject: [PATCH] Cleanup gha config --- .github/workflows/flex-update.yml | 3 ++- .github/workflows/qa.yml | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flex-update.yml b/.github/workflows/flex-update.yml index e906a483..504f5ef2 100644 --- a/.github/workflows/flex-update.yml +++ b/.github/workflows/flex-update.yml @@ -13,9 +13,10 @@ jobs: call-flex-update: uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main with: - branch: main contrib: true call-recipe-readme-update: needs: 'call-flex-update' uses: symfony/recipes/.github/workflows/callable-recipe-readme-update.yml@main + with: + contrib: true diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 21881618..f3b3cd7e 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -11,6 +11,5 @@ jobs: call-qa: uses: symfony/recipes/.github/workflows/callable-qa.yml@main with: - branch: main contrib: true find_yaml: -not -wholename 'codeception/codeception/*/tests/*' -not -wholename 'codeception/codeception/*/codeception.yml'