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 f285fd0 commit aa6baa6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/frontend-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: echo "Skipping frontend tests ${{ needs.compare-changes.outputs.frontendDisable }}"
echo ${{ needs.compare-changes.outputs.frontendDisable == false }}
echo "Skipping backend tests ${{ needs.compare-changes.outputs.backendDisable }}"
echo ${{ needs.compare-changes.outputs.backendDisable == false }}
frontend-test:
needs:
- compare-changes
Expand Down

0 comments on commit aa6baa6

Please sign in to comment.