mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-14 17:05:05 +01:00
skip bar pls
This commit is contained in:
parent
94d1fa8571
commit
cbf42d5aa6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
|
@ -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: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue