From cbf42d5aa6e738c4b22dc53c7cb075cb67bd3c8c Mon Sep 17 00:00:00 2001 From: Nils Heydecker <48135649+Nilstrieb@users.noreply.github.com> Date: Fri, 12 Aug 2022 14:48:05 +0200 Subject: [PATCH] skip bar pls --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e74944e..685ed2d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,7 +10,7 @@ jobs: install-build: outputs: foo-service: 'false' - bar-service: 'true' + bar-service: 'skip' runs-on: ubuntu-latest steps: - name: install @@ -30,7 +30,7 @@ jobs: bar-service: needs: [install-build] runs-on: ubuntu-latest - if: "${{ needs.install-build.outputs.bar-service }}" + if: "${{ needs.install-build.outputs.bar-service == 'run' }}" steps: - name: Build run: |