From e418a222ea322a0d67b755069394f1020d18091f Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Tue, 11 Aug 2026 20:45:58 +0700 Subject: [PATCH] Wait 5 minutes before trigger rebuild rector-src --- .github/workflows/dispatch_build_scoped_rector.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/dispatch_build_scoped_rector.yaml b/.github/workflows/dispatch_build_scoped_rector.yaml index 43d0a07c..9d2d6d2b 100644 --- a/.github/workflows/dispatch_build_scoped_rector.yaml +++ b/.github/workflows/dispatch_build_scoped_rector.yaml @@ -14,8 +14,13 @@ jobs: if: github.repository == 'rectorphp/rector-symfony' runs-on: ubuntu-latest + timeout-minutes: 10 steps: + - + name: "Wait 5 minutes after push" + run: sleep 300 + # a tagged main is already being published by the tag build of rector-src, # dispatching a second build would race it for the push to rectorphp/rector -