diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 6810ea56..184fab9e 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -58,8 +58,8 @@ jobs: enable-edge-tag: ${{ github.event_name == 'merge_group' }} image-name: ${{ github.repository }}-${{ matrix.flavor }} integration-test-file: test/${{ matrix.flavor }}/integration-tests.bats - acceptance-test-path: ${{ matrix.flavor == 'cpp' && 'test/cpp/features' || '' }} - test-devcontainer-file: ${{ matrix.flavor == 'cpp' && '.devcontainer/cpp-test/devcontainer.json' || '' }} + acceptance-test-path: ${{ (github.actor != 'dependabot[bot]' && matrix.flavor == 'cpp') && 'test/cpp/features' || '' }} + test-devcontainer-file: .devcontainer/${{ matrix.flavor }}-test/devcontainer.json dependency-review: name: 🔍 Dependency Review diff --git a/.github/workflows/wc-acceptance-test.yml b/.github/workflows/wc-acceptance-test.yml index 03db817a..95ec0075 100644 --- a/.github/workflows/wc-acceptance-test.yml +++ b/.github/workflows/wc-acceptance-test.yml @@ -34,6 +34,7 @@ jobs: test: name: Acceptance Test runs-on: ubuntu-latest + environment: acceptance-testing steps: - uses: step-security/harden-runner@5ef0c079ce82195b2a36a210272d6b661572d83e # v2.14.2 with: