summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornicolargo <nicolas@nicolargo.com>2024-05-12 18:50:38 +0200
committernicolargo <nicolas@nicolargo.com>2024-05-12 18:50:38 +0200
commitd5682b8066dab6599442184910c430bc23d3e4d9 (patch)
tree6ee92e185a9c957f49fa4ba0aa70d6393d2ead2f
parent6768541abe938cac48a590d26716d4e25f0dd230 (diff)
Correct CIv4.0.0
-rw-r--r--.github/workflows/ci.yml10
1 files changed, 1 insertions, 9 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c01fbac5..ad42ce73 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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]