skip bar pls

This commit is contained in:
nora 2022-08-12 14:48:05 +02:00
parent 94d1fa8571
commit cbf42d5aa6

View file

@ -10,7 +10,7 @@ jobs:
install-build: install-build:
outputs: outputs:
foo-service: 'false' foo-service: 'false'
bar-service: 'true' bar-service: 'skip'
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: install - name: install
@ -30,7 +30,7 @@ jobs:
bar-service: bar-service:
needs: [install-build] needs: [install-build]
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: "${{ needs.install-build.outputs.bar-service }}" if: "${{ needs.install-build.outputs.bar-service == 'run' }}"
steps: steps:
- name: Build - name: Build
run: | run: |