disable vuln checks
This commit is contained in:
parent
7a740cf5d6
commit
ea1fde19e7
|
@ -34,11 +34,11 @@ jobs:
|
||||||
cd forgejo
|
cd forgejo
|
||||||
git update-ref refs/heads/tag_test $(git rev-parse --verify HEAD)
|
git update-ref refs/heads/tag_test $(git rev-parse --verify HEAD)
|
||||||
|
|
||||||
- run: ./.ci-make.sh submodule-make forgejo security-check
|
# - run: ./.ci-make.sh submodule-make forgejo security-check
|
||||||
|
|
||||||
- run: ./.ci-make.sh submodule-make forgejo frontend
|
- run: ./.ci-make.sh submodule-make forgejo frontend
|
||||||
|
|
||||||
- run: ./.ci-make.sh submodule-make forgejo checks-backend
|
# - run: ./.ci-make.sh submodule-make forgejo checks-backend
|
||||||
|
|
||||||
- name: Download Forgejo binary
|
- name: Download Forgejo binary
|
||||||
run: ./.ci-make.sh download-binary forgejo-bin-dl
|
run: ./.ci-make.sh download-binary forgejo-bin-dl
|
||||||
|
|
Loading…
Reference in a new issue