Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiswift committed Nov 12, 2024
1 parent a5457e2 commit 1b29474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backend-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- run: echo "BackendDisable ${{ needs.compare-changes.outputs.backendDisable }}"
echo "workflowsDisable ${{ needs.compare-changes.outputs.workflowsDisable }}"
- run: printf "should run frontend CI - ${{ needs.Compare-changes.outputs.backendDisable == 'false' || needs.compare-changes.outputs.workflowsDisable == 'false' }}\n"
- run: printf "should run backend CI - ${{ needs.Compare-changes.outputs.backendDisable == 'false' || needs.compare-changes.outputs.workflowsDisable == 'false' }}\n"

backend-tests:
needs:
Expand Down

0 comments on commit 1b29474

Please sign in to comment.