diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 54af68f..9e51bb2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -40,6 +40,7 @@ jobs: - test/lib-github/** test-autogenerated: + if: needs.changes.outputs.features != '' runs-on: ubuntu-latest continue-on-error: true strategy: @@ -59,6 +60,7 @@ jobs: run: devcontainer features test --skip-scenarios -f ${{ matrix.features }} -i ${{ matrix.baseImage }} . test-scenarios: + if: needs.changes.outputs.features != '' runs-on: ubuntu-latest continue-on-error: true strategy: