From f47abd46d8179f92f77f87400630925ce1589268 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Mon, 2 May 2022 14:37:19 +0200 Subject: [PATCH] [gha] recipe-readme-update is now part of flex-update --- .github/workflows/flex-update.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/flex-update.yml b/.github/workflows/flex-update.yml index 504f5ef2..f08d628b 100644 --- a/.github/workflows/flex-update.yml +++ b/.github/workflows/flex-update.yml @@ -14,9 +14,3 @@ jobs: uses: symfony/recipes/.github/workflows/callable-flex-update.yml@main with: contrib: true - - call-recipe-readme-update: - needs: 'call-flex-update' - uses: symfony/recipes/.github/workflows/callable-recipe-readme-update.yml@main - with: - contrib: true