Skip to content

Commit

Permalink
added if statement back
Browse files Browse the repository at this point in the history
  • Loading branch information
talentedmrjones committed Nov 6, 2024
1 parent acdc240 commit 62844c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/orchestration-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
needs:
- analysis
- diff
# if: contains(needs.diff.outputs.backend, 'backend/')
if: contains(needs.diff.outputs.backend, 'backend/')
uses: ./.github/workflows/backend.yml
with:
environment: DEV
Expand Down

0 comments on commit 62844c6

Please sign in to comment.