Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/dispatch_build_scoped_rector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
-
Expand Down
Loading