add skip workflow cmd
Some checks failed
Gitea Actions CI Demo / Explore-Gitea-Actions (push) Has been cancelled
Some checks failed
Gitea Actions CI Demo / Explore-Gitea-Actions (push) Has been cancelled
add skip workflow cmd
This commit is contained in:
@@ -33,3 +33,9 @@ docker run \
|
|||||||
``` shell
|
``` shell
|
||||||
docker run --entrypoint="" --rm -it docker.io/gitea/act_runner:latest act_runner generate-config > config.yaml
|
docker run --entrypoint="" --rm -it docker.io/gitea/act_runner:latest act_runner generate-config > config.yaml
|
||||||
```
|
```
|
||||||
|
### Skip workflow
|
||||||
|
[skip ci]
|
||||||
|
[ci skip]
|
||||||
|
[no ci]
|
||||||
|
[skip actions]
|
||||||
|
[actions skip]
|
Reference in New Issue
Block a user