mirror of
https://github.com/vlang/v.git
synced 2025-09-14 09:56:16 -04:00
ci: use git -C vc push || true
in .github/workflows/gen_vc_ci.yml, to prevent false positives in forked repos
This commit is contained in:
parent
ef598087e6
commit
19b055c22f
4
.github/workflows/gen_vc_ci.yml
vendored
4
.github/workflows/gen_vc_ci.yml
vendored
@ -46,4 +46,6 @@ jobs:
|
||||
|
||||
# in case there are recent commits:
|
||||
git -C vc pull --rebase origin master
|
||||
git -C vc push
|
||||
# Note that failure below may happen, due to vlang/vc rejecting the push
|
||||
# from forked repos; that is not usually a problem.
|
||||
git -C vc push || true
|
||||
|
Loading…
x
Reference in New Issue
Block a user