From 03cc2c0e10eb8607f5d162ebbcc90deeb314262c Mon Sep 17 00:00:00 2001 From: aholstrup1 Date: Wed, 20 May 2026 13:40:07 +0200 Subject: [PATCH] Rerun unstable failures for CI/CD workflow Extend the RerunUnstableFailures workflow trigger to also match the ' CI/CD' workflow, so flaky failures in CI/CD builds get the same automatic rerun treatment as Pull Request Build. --- .github/workflows/RerunUnstableFailures.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/RerunUnstableFailures.yaml b/.github/workflows/RerunUnstableFailures.yaml index 43e96d2f71..4762476d78 100644 --- a/.github/workflows/RerunUnstableFailures.yaml +++ b/.github/workflows/RerunUnstableFailures.yaml @@ -1,7 +1,7 @@ name: Rerun Unstable Failures on: workflow_run: - workflows: ['Pull Request Build'] + workflows: ['Pull Request Build', ' CI/CD'] types: [completed] permissions: read-all