mirror of
https://gitee.com/gitea/gitea
synced 2026-04-28 15:35:17 +08:00
Don't run build and test if only docs changed (#24530)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
13
.github/workflows/pull-docker-dryrun-docsignore.yml
vendored
Normal file
13
.github/workflows/pull-docker-dryrun-docsignore.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
name: docker-dryrun
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- "docs/**"
|
||||
- "*.md"
|
||||
|
||||
jobs:
|
||||
docker-dryrun:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "No build required"
|
||||
Reference in New Issue
Block a user