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 -