Skip to content

Commit

Permalink
Fix workflow condition syntax in bundle-size.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
“mustafa” committed Jan 29, 2025
1 parent cc2dc3e commit 6c08212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
steps.bundle-size-diff.outputs.diff | tonumber >= 10
or steps.bundle-size-diff.outputs.diff | tonumber <= -10
or steps.install-size-diff.outputs.diff | tonumber >= 10
or steps.install-size-diff.outputs.diff | tonumber <= -10
or steps.install-size-diff.outputs.diff | tonumber <= -10
uses: mshick/add-pr-comment@v2
env:
GITHUB_TOKEN: ${{ secrets.TSCIRCUIT_BOT_GITHUB_TOKEN }}
Expand Down

0 comments on commit 6c08212

Please sign in to comment.