mirror of
https://github.com/nicolargo/glances.git
synced 2025-01-02 22:54:49 +03:00
Correct CI
This commit is contained in:
parent
6768541abe
commit
d5682b8066
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -14,14 +14,6 @@ jobs:
|
||||
test:
|
||||
uses: ./.github/workflows/test.yml
|
||||
needs: [quality]
|
||||
webui:
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: ./.github/workflows/webui.yml
|
||||
needs: [quality, test]
|
||||
cyber:
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: ./.github/workflows/cyber.yml
|
||||
needs: [quality, test, webui]
|
||||
build:
|
||||
if: github.event_name != 'pull_request'
|
||||
uses: ./.github/workflows/build.yml
|
||||
@ -30,4 +22,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