From c4414ddf41a70931af8ee24d5dfe49870cd157f1 Mon Sep 17 00:00:00 2001 From: phorcys420 <57866459+phorcys420@users.noreply.github.com> Date: Sun, 11 Aug 2024 20:13:01 +0000 Subject: [PATCH] fix: add ` needs: changes` --- .github/workflows/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 93cefd0..f0e20cd 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -40,6 +40,7 @@ jobs: - test/lib-github/** test-autogenerated: + needs: changes if: needs.changes.outputs.features != '' runs-on: ubuntu-latest continue-on-error: true @@ -60,6 +61,7 @@ jobs: run: devcontainer features test --skip-scenarios -f ${{ matrix.features }} -i ${{ matrix.baseImage }} . test-scenarios: + needs: changes if: needs.changes.outputs.features != '' runs-on: ubuntu-latest continue-on-error: true @@ -76,6 +78,7 @@ jobs: run: devcontainer features test -f ${{ matrix.features }} --skip-autogenerated --skip-duplicated . test-global: + needs: changes if: needs.changes.outputs.features != '' runs-on: ubuntu-latest continue-on-error: true