From ac5957df80e385b31a0af1c2e9866ca58e8c4474 Mon Sep 17 00:00:00 2001 From: Aaron Blankstein Date: Wed, 5 Feb 2025 11:00:35 -0600 Subject: [PATCH] ci: disable mutants on PRs --- .github/workflows/pr-differences-mutants.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pr-differences-mutants.yml b/.github/workflows/pr-differences-mutants.yml index d53e2ca661..ea5ca594c2 100644 --- a/.github/workflows/pr-differences-mutants.yml +++ b/.github/workflows/pr-differences-mutants.yml @@ -1,14 +1,15 @@ name: PR Differences Mutants on: - pull_request: - types: - - opened - - reopened - - synchronize - - ready_for_review - paths: - - '**.rs' + # Disabling PR mutants (issue #5806) + # pull_request: + # types: + # - opened + # - reopened + # - synchronize + # - ready_for_review + # paths: + # - '**.rs' workflow_dispatch: concurrency: