another test

This commit is contained in:
nora 2022-08-12 14:45:22 +02:00
parent e0a7387d74
commit 94d1fa8571

View file

@ -21,7 +21,7 @@ jobs:
foo-service:
needs: [install-build]
runs-on: ubuntu-latest
if: "${{ needs.install-build.outputs.foo-service }}"
if: needs.install-build.outputs.foo-service
steps:
- name: Build
run: |
@ -35,11 +35,3 @@ jobs:
- name: Build
run: |
echo "building ..." ${{ needs.install-build.outputs.bar-service }}
does-string:
runs-on: ubuntu-18.04
if: "false"
steps:
- name: was
run: ""