summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 21a93ee5..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' && !contains(github.ref, 'refs/tags/')
- uses: ./.github/workflows/webui.yml
- needs: [quality, test]
- cyber:
- if: github.event_name != 'pull_request'
- uses: ./.github/workflows/cyber.yml
- needs: [quality, test]
build:
if: github.event_name != 'pull_request'
uses: ./.github/workflows/build.yml