From: Jérôme Benoit Date: Thu, 7 Sep 2023 12:50:24 +0000 (+0200) Subject: build(ci): run the dependency review only once X-Git-Tag: v1.2.21~17 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=d533628f8b21ba705deac67d5e6fe33463e3e296;p=e-mobility-charging-stations-simulator.git build(ci): run the dependency review only once Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 736af2eb..e8779473 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: 'Dependency Review' + if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }} uses: actions/dependency-review-action@v3 - uses: pnpm/action-setup@v2 with: @@ -61,6 +62,7 @@ jobs: with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: 'Dependency Review' + if: ${{ matrix.os == 'ubuntu-latest' && matrix.node == '18.x' }} uses: actions/dependency-review-action@v3 - uses: pnpm/action-setup@v2 with: