Skip to content

Commit

Permalink
Changed logic that triggers workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiswift committed Nov 12, 2024
1 parent 03e1a9e commit 1f8904d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
frontend-test:
needs:
- compare-changes
if: ${{ !needs.compare-changes.outputs.frontendDisable }}
if: ${{ needs.compare-changes.outputs.frontendDisable == 'false' }}
runs-on: ubuntu-latest
defaults:
run:
Expand Down

0 comments on commit 1f8904d

Please sign in to comment.