From 3c07ee8cad4300c60ed3b1b3bf198651ad1e095f Mon Sep 17 00:00:00 2001 From: Gregor Zeitlinger Date: Tue, 25 Aug 2026 12:46:00 +0000 Subject: [PATCH] fix(ci): skip benchmark report for skipped runs Signed-off-by: Gregor Zeitlinger --- .github/workflows/pr-benchmark-report.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-benchmark-report.yml b/.github/workflows/pr-benchmark-report.yml index 25e3d848e..6a9a1c1e9 100644 --- a/.github/workflows/pr-benchmark-report.yml +++ b/.github/workflows/pr-benchmark-report.yml @@ -16,7 +16,8 @@ jobs: comment: if: > github.event.workflow_run.event == 'pull_request' && - github.event.workflow_run.conclusion != 'cancelled' + github.event.workflow_run.conclusion != 'cancelled' && + github.event.workflow_run.conclusion != 'skipped' runs-on: ubuntu-24.04 permissions: actions: read