add skip workflow cmd
Some checks failed
Gitea Actions CI Demo / Explore-Gitea-Actions (push) Has been cancelled

add skip workflow cmd
This commit is contained in:
lab
2025-10-05 23:10:00 +08:00
parent 72ebead5b8
commit dfe0008ce8

View File

@@ -33,3 +33,9 @@ docker run \
``` shell
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]