mirror of
https://github.com/Noratrieb/actions-playground.git
synced 2026-01-14 09:05:00 +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:
|
||||
outputs:
|
||||
foo-service: 'false'
|
||||
bar-service: 'true'
|
||||
bar-service: 'skip'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: install
|
||||
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
bar-service:
|
||||
needs: [install-build]
|
||||
runs-on: ubuntu-latest
|
||||
if: "${{ needs.install-build.outputs.bar-service }}"
|
||||
if: "${{ needs.install-build.outputs.bar-service == 'run' }}"
|
||||
steps:
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue