summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2023-01-17 20:56:33 +0100
committerToni Uhlig <matzeton@googlemail.com>2023-01-17 21:01:47 +0100
commit5e313f43f956dd3a94c65529bad7a90d63c5a0e5 (patch)
treece14e0ff90f01068aa8ffd87bf5b0a866f25ae07 /.github/workflows/build.yml
parenta3d20c17d1cbec880439b79187bd404fdb418518 (diff)
Small CI/CD/nDPIsrvd.py improvements.
* Updated examples/js-rt-analyzer and examples/js-rt-analyzer-frontend Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 107f6a761..c273052f0 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -43,7 +43,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
- fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
+ submodules: false
+ fetch-depth: 1
- name: Install Ubuntu Prerequisites
if: startsWith(matrix.os, 'ubuntu')
run: |