mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
chore: 10 minute timeout for translations merge (#21810)
This commit is contained in:
parent
03207a13ec
commit
74e14b6495
1 changed files with 1 additions and 1 deletions
2
.github/workflows/merge-translations.yml
vendored
2
.github/workflows/merge-translations.yml
vendored
|
|
@ -84,7 +84,7 @@ jobs:
|
||||||
# So we clean up no matter what
|
# So we clean up no matter what
|
||||||
set +e
|
set +e
|
||||||
|
|
||||||
for i in {1..10}; do
|
for i in {1..100}; do
|
||||||
if gh pr view "$PR_NUMBER" --repo "$GITHUB_REPOSITORY" --json state | jq -e '.state == "MERGED"'; then
|
if gh pr view "$PR_NUMBER" --repo "$GITHUB_REPOSITORY" --json state | jq -e '.state == "MERGED"'; then
|
||||||
echo "PR merged"
|
echo "PR merged"
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue