mirror of
https://github.com/nicolargo/glances.git
synced 2024-12-22 08:41:32 +03:00
WebUI not needed to build in CI
This commit is contained in:
parent
4a4ca76505
commit
8ff40f0e46
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
cyber:
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: ./.github/workflows/cyber.yml
|
||||
needs: [quality, test, webui]
|
||||
needs: [quality, test]
|
||||
build:
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: ./.github/workflows/build.yml
|
||||
@ -30,4 +30,4 @@ jobs:
|
||||
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
|
||||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
|
||||
DOCKER_TOKEN: ${{ secrets.DOCKER_TOKEN }}
|
||||
needs: [quality, test, webui, cyber]
|
||||
needs: [quality, test]
|
||||
|
Loading…
Reference in New Issue
Block a user