This commit is contained in:
nora 2022-08-12 14:44:40 +02:00
parent a97d5785a3
commit e0a7387d74

View file

@ -21,7 +21,7 @@ jobs:
foo-service: foo-service:
needs: [install-build] needs: [install-build]
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ needs.install-build.outputs.foo-service }} if: "${{ needs.install-build.outputs.foo-service }}"
steps: steps:
- name: Build - name: Build
run: | run: |
@ -30,8 +30,16 @@ 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 }}"
steps: steps:
- name: Build - name: Build
run: | run: |
echo "building ..." ${{ needs.install-build.outputs.bar-service }} echo "building ..." ${{ needs.install-build.outputs.bar-service }}
does-string:
runs-on: ubuntu-18.04
if: "false"
steps:
- name: was
run: ""