[Scoped] Wait 3 minutes before checkout rectorphp/rector-src on create a tag (#620)

This commit is contained in:
Abdul Malik Ikhsan 2021-08-08 23:54:24 +07:00 committed by GitHub
parent 0d7e293404
commit 459bc85fdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,14 @@ jobs:
timeout-minutes: 30
steps:
# sometime, when 2 or more consecutive PRs merged, the checkout rectorphp/rector-src is overlapped
# and reverting other commit change
# this should not happen on create a tag, so wait first
-
name: "Wait 3 minutes before checkout rectorphp/rector-src on create a tag"
if: "startsWith(github.ref, 'refs/tags/')"
run: sleep 180
-
uses: actions/checkout@v2
with: