mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-12-26 05:33:52 +03:00
chore(docs): explain vars.SKIP_END_TO_END when building a release
This commit is contained in:
parent
5f685bf069
commit
92b770326f
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@
|
||||||
# secrets.CASCADE_DESTINATION_TOKEN: <generated from code.forgejo.org/forgejo-ci> scope read:user, write:repository, write:issue
|
# secrets.CASCADE_DESTINATION_TOKEN: <generated from code.forgejo.org/forgejo-ci> scope read:user, write:repository, write:issue
|
||||||
# vars.CASCADE_DESTINATION_DOER: forgejo-ci
|
# vars.CASCADE_DESTINATION_DOER: forgejo-ci
|
||||||
#
|
#
|
||||||
|
# vars.SKIP_END_TO_END: `true` or `false`
|
||||||
|
# It must be `false` (or absent) so https://code.forgejo.org/forgejo/end-to-end is run
|
||||||
|
# with the newly built release.
|
||||||
|
# It must be set to `true` when a release is missing, for instance because it was
|
||||||
|
# removed and failed to upload.
|
||||||
|
#
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: 'v[0-9]+.[0-9]+.*'
|
tags: 'v[0-9]+.[0-9]+.*'
|
||||||
|
|
Loading…
Reference in a new issue