Skip to content

Commit

Permalink
Fix multiple jobs workflow example (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakshshah96 authored Jul 16, 2020
1 parent 83deb9f commit e1ae988
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
- ...
Expand Down

0 comments on commit e1ae988

Please sign in to comment.