mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-14 17:05:05 +01:00
another test
This commit is contained in:
parent
e0a7387d74
commit
94d1fa8571
1 changed files with 1 additions and 9 deletions
10
.github/workflows/test.yml
vendored
10
.github/workflows/test.yml
vendored
|
|
@ -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: |
|
||||||
|
|
@ -35,11 +35,3 @@ jobs:
|
||||||
- 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: ""
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue