diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index 10169f4249c..74967b901c8 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -552,6 +552,7 @@ jobs: auto-push: ${{ github.ref == 'refs/heads/master' }} alert-threshold: "120%" comment-on-alert: true + comment-always: ${{ contains( github.event.pull_request.labels.*.name, 'bench-show') }} fail-on-alert: false alert-comment-cc-users: "@TomAFrench" max-items-in-chart: 50 @@ -601,6 +602,7 @@ jobs: auto-push: ${{ github.ref == 'refs/heads/master' }} alert-threshold: "120%" comment-on-alert: true + comment-always: ${{ contains( github.event.pull_request.labels.*.name, 'bench-show') }} fail-on-alert: false alert-comment-cc-users: "@TomAFrench" max-items-in-chart: 50 @@ -650,6 +652,7 @@ jobs: auto-push: ${{ github.ref == 'refs/heads/master' }} alert-threshold: "120%" comment-on-alert: true + comment-always: ${{ contains( github.event.pull_request.labels.*.name, 'bench-show') }} fail-on-alert: false alert-comment-cc-users: "@TomAFrench" max-items-in-chart: 50 @@ -700,6 +703,7 @@ jobs: auto-push: ${{ github.ref == 'refs/heads/master' }} alert-threshold: "120%" comment-on-alert: true + comment-always: ${{ contains( github.event.pull_request.labels.*.name, 'bench-show') }} fail-on-alert: false alert-comment-cc-users: "@TomAFrench" max-items-in-chart: 50 diff --git a/.github/workflows/test-js-packages.yml b/.github/workflows/test-js-packages.yml index 3b0c1a79d92..2e0f226b0a2 100644 --- a/.github/workflows/test-js-packages.yml +++ b/.github/workflows/test-js-packages.yml @@ -637,6 +637,7 @@ jobs: auto-push: ${{ github.ref == 'refs/heads/master' }} alert-threshold: "120%" comment-on-alert: true + comment-always: ${{ contains( github.event.pull_request.labels.*.name, 'bench-show') }} fail-on-alert: false alert-comment-cc-users: "@TomAFrench" max-items-in-chart: 50