mirror of
https://github.com/dorny/paths-filter.git
synced 2025-06-07 16:49:03 +00:00
Fix multiple jobs workflow example (#25)
This commit is contained in:
parent
83deb9f037
commit
e1ae9889cb
1 changed files with 2 additions and 0 deletions
|
@ -106,10 +106,12 @@ jobs:
|
|||
# Filters stored in own yaml file
|
||||
filters: '.github/filters.yml'
|
||||
backend:
|
||||
needs: changes
|
||||
if: ${{ needs.changes.outputs.backend == 'true' }}
|
||||
steps:
|
||||
- ...
|
||||
frontend:
|
||||
needs: changes
|
||||
if: ${{ needs.changes.outputs.frontend == 'true' }}
|
||||
steps:
|
||||
- ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue