From acd7433ef4a11ef4ab9452c30e0210949d6dfb59 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Wed, 12 Jun 2024 21:07:05 -0600 Subject: [PATCH 1/3] Try fixing hypothesis CI trigger --- .github/workflows/hypothesis.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hypothesis.yaml b/.github/workflows/hypothesis.yaml index 1cafb26ae83..0fc048ffe7b 100644 --- a/.github/workflows/hypothesis.yaml +++ b/.github/workflows/hypothesis.yaml @@ -39,9 +39,9 @@ jobs: if: | always() && ( - (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') - || needs.detect-ci-trigger.outputs.triggered == 'false' - || contains( github.event.pull_request.labels.*.name, 'run-slow-hypothesis') + needs.detect-ci-trigger.outputs.triggered == 'false' + && ( (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') + || contains( github.event.pull_request.labels.*.name, 'run-slow-hypothesis')) ) defaults: run: From 76f51ab2d4c7ef101facfac20225ff0567a41641 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Wed, 12 Jun 2024 21:08:02 -0600 Subject: [PATCH 2/3] [skip-ci] test From 5c47c465cb3115c0e104b9e3bc4e259106a77377 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Wed, 12 Jun 2024 21:09:08 -0600 Subject: [PATCH 3/3] empty