diff options
author | Lunny Xiao <xiaolunwen@gmail.com> | 2023-05-17 13:42:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-17 13:42:08 +0800 |
commit | 473dee7c7a017f21f9c6dff38812b0f31dbed3c8 (patch) | |
tree | 69746fbc9434446e2694c9319de9e202132d1bb5 /.github | |
parent | 0a3c4d4a595cc7e12462dde393ed64186260f26b (diff) | |
download | gitea-473dee7c7a017f21f9c6dff38812b0f31dbed3c8.tar.gz gitea-473dee7c7a017f21f9c6dff38812b0f31dbed3c8.zip |
Ignore build for docs only (#24761)
Fix https://github.com/go-gitea/gitea/pull/24530#issuecomment-1550227919
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/pull-compliance-docsignore.yml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.github/workflows/pull-compliance-docsignore.yml b/.github/workflows/pull-compliance-docsignore.yml index 1599e19207..ea0619e122 100644 --- a/.github/workflows/pull-compliance-docsignore.yml +++ b/.github/workflows/pull-compliance-docsignore.yml @@ -11,3 +11,33 @@ jobs: runs-on: ubuntu-latest steps: - 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" |