From 07acf5756f146b798483b1ce0411c0a3f26cdfc8 Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Sun, 23 Jul 2023 15:33:19 +0200 Subject: =?UTF-8?q?[3.11]=20=F0=9F=94=A5=20Drop=20hypothesis=20job=20dep?= =?UTF-8?q?=20@=20GHA=20(#107128)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes an incorrect conflict resolution problem that happened in 0cdc3a575d14d710045084a615ef7f2536423727 while backporting PR #97533 as PR #107115 (merged prematurely). This problem caused GitHub Actions CI/CD to crash while attempting to load the workflow file definition, preventing the jobs that are defined in `.github/workflows/build.yml` from actually starting. --- .github/workflows/build.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 450a445..e7d3488 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -453,7 +453,6 @@ jobs: - build_macos - build_ubuntu - build_ubuntu_ssltests - - test_hypothesis - build_asan runs-on: ubuntu-latest @@ -466,7 +465,6 @@ jobs: build_macos, build_ubuntu_ssltests, build_win32, - test_hypothesis, allowed-skips: >- ${{ !fromJSON(needs.check_source.outputs.run-docs) @@ -488,11 +486,4 @@ jobs: ' || '' }} - ${{ - !fromJSON(needs.check_source.outputs.run_hypothesis) - && ' - test_hypothesis, - ' - || '' - }} jobs: ${{ toJSON(needs) }} -- cgit v0.12