mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-04 09:19:06 +01:00
Ignore build for docs only (#24761)
Fix https://github.com/go-gitea/gitea/pull/24530#issuecomment-1550227919
This commit is contained in:
parent
0a3c4d4a59
commit
473dee7c7a
1 changed files with 30 additions and 0 deletions
30
.github/workflows/pull-compliance-docsignore.yml
vendored
30
.github/workflows/pull-compliance-docsignore.yml
vendored
|
@ -11,3 +11,33 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "No build required"
|
- run: echo "No build required"
|
||||||
|
|
||||||
|
lint-backend:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "No build required"
|
||||||
|
|
||||||
|
lint-go-windows:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "No build required"
|
||||||
|
|
||||||
|
lint-go-gogit:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "No build required"
|
||||||
|
|
||||||
|
checks-backend:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "No build required"
|
||||||
|
|
||||||
|
frontend:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "No build required"
|
||||||
|
|
||||||
|
backend:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- run: echo "No build required"
|
||||||
|
|
Loading…
Reference in a new issue