From aacfeba710b22a127bcd1af5e77764d9af3021a0 Mon Sep 17 00:00:00 2001 From: Deepak Cherian Date: Wed, 12 Jun 2024 09:50:20 -0600 Subject: [PATCH] [skip-ci] Fix skip-ci for hypothesis (#9102) --- .github/workflows/hypothesis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hypothesis.yaml b/.github/workflows/hypothesis.yaml index 6ef71cde0ff..1cafb26ae83 100644 --- a/.github/workflows/hypothesis.yaml +++ b/.github/workflows/hypothesis.yaml @@ -40,7 +40,7 @@ jobs: always() && ( (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch') - || needs.detect-ci-trigger.outputs.triggered == 'true' + || needs.detect-ci-trigger.outputs.triggered == 'false' || contains( github.event.pull_request.labels.*.name, 'run-slow-hypothesis') ) defaults: