diff --git a/.github/workflows/post-benchmark.yml b/.github/workflows/post-benchmark.yml index 69f00c0a1..3fa3a8b4e 100644 --- a/.github/workflows/post-benchmark.yml +++ b/.github/workflows/post-benchmark.yml @@ -39,4 +39,4 @@ jobs: alert-threshold: "200%" alert-comment-cc-users: "@yewstack/yew" auto-push: true - save-data-file: ${{ steps.test-pr.outputs.stdout == "" }} + save-data-file: ${{ steps.test-pr.outputs.stdout == '' }}