diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-01-17 20:56:33 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-01-17 21:01:47 +0100 |
commit | 5e313f43f956dd3a94c65529bad7a90d63c5a0e5 (patch) | |
tree | ce14e0ff90f01068aa8ffd87bf5b0a866f25ae07 /.github | |
parent | a3d20c17d1cbec880439b79187bd404fdb418518 (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')
-rw-r--r-- | .github/workflows/build-openwrt.yml | 3 | ||||
-rw-r--r-- | .github/workflows/build.yml | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/build-openwrt.yml b/.github/workflows/build-openwrt.yml index baeaf24ed..21a96ecdf 100644 --- a/.github/workflows/build-openwrt.yml +++ b/.github/workflows/build-openwrt.yml @@ -53,7 +53,8 @@ jobs: steps: - uses: actions/checkout@v3 with: - fetch-depth: 0 + submodules: false + fetch-depth: 1 - name: Build uses: openwrt/gh-action-sdk@master 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: | |