mirror of
https://codeberg.org/forgejo/docs.git
synced 2025-04-26 13:40:30 +03:00
Merge branch 'reorganize-actions-docs' of codeberg.org:Kwonunn/forgejo_docs into reorganize-actions-docs
This commit is contained in:
commit
d56557c85c
2 changed files with 3 additions and 3 deletions
|
@ -19,7 +19,7 @@ Artifacts expire after a delay of 90 days by default, but this may be changed by
|
||||||
The artifacts created by a workflow` can be downloaded from the web
|
The artifacts created by a workflow` can be downloaded from the web
|
||||||
interface that shows the the details of the jobs for a workflow.
|
interface that shows the the details of the jobs for a workflow.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
[Check out the example](https://code.forgejo.org/forgejo/end-to-end/src/branch/main/actions/example-artifacts/.forgejo/workflows)
|
[Check out the example](https://code.forgejo.org/forgejo/end-to-end/src/branch/main/actions/example-artifacts/.forgejo/workflows)
|
||||||
based on the [upload-artifact](https://code.forgejo.org/actions/upload-artifact) action and
|
based on the [upload-artifact](https://code.forgejo.org/actions/upload-artifact) action and
|
||||||
|
|
|
@ -21,11 +21,11 @@ Workflows triggered by the `pull_request` event are an exception. The token gene
|
||||||
|
|
||||||
The first time a user proposes a pull request, the `on.pull_request` workflows are blocked.
|
The first time a user proposes a pull request, the `on.pull_request` workflows are blocked.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
They can be approved by a maintainer of the project and there will be no need to unblock future pull requests.
|
They can be approved by a maintainer of the project and there will be no need to unblock future pull requests.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
If a trusted user attempts to abuse the actions system, they can be blocked. This will revoke the user's ability to run `pull_request` workflows.
|
If a trusted user attempts to abuse the actions system, they can be blocked. This will revoke the user's ability to run `pull_request` workflows.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue