Don't run build and test if only docs changed (#24530)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
Lunny Xiao
2023-05-16 10:53:18 +08:00
committed by GitHub
parent 98c4089b4b
commit c78b923822
11 changed files with 101 additions and 5 deletions

View 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"