mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-13 00:04:38 +07:00
Wait after PR merge, so the versioning can be done simply
This commit is contained in:
parent
48ede93bfa
commit
e022eb803a
6
.github/workflows/uncivbot.yml
vendored
6
.github/workflows/uncivbot.yml
vendored
@ -53,6 +53,12 @@ jobs:
|
|||||||
repo: repository.repo,
|
repo: repository.repo,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
# Even though the PR was "merged", the head is still not updated - takes Github a while longer
|
||||||
|
# Since there's no simple way to poll for this, we just wait
|
||||||
|
- uses: GuillaumeFalourd/wait-sleep-action@v1
|
||||||
|
with:
|
||||||
|
time: '30' # for 60 seconds
|
||||||
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
with: # Required for triggering the deploy on tags added by this automation
|
with: # Required for triggering the deploy on tags added by this automation
|
||||||
# See https://github.com/stefanzweifel/git-auto-commit-action#commits-made-by-this-action-do-not-trigger-new-workflow-runs
|
# See https://github.com/stefanzweifel/git-auto-commit-action#commits-made-by-this-action-do-not-trigger-new-workflow-runs
|
||||||
|
Loading…
Reference in New Issue
Block a user