Skip to content

Commit 07acf57

Browse files
authored
[3.11] 🔥 Drop hypothesis job dep @ GHA (#107128)
This fixes an incorrect conflict resolution problem that happened in 0cdc3a5 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.
1 parent 0cdc3a5 commit 07acf57

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

‎.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,6 @@ jobs:
453453
- build_macos
454454
- build_ubuntu
455455
- build_ubuntu_ssltests
456-
- test_hypothesis
457456
- build_asan
458457

459458
runs-on: ubuntu-latest
@@ -466,7 +465,6 @@ jobs:
466465
build_macos,
467466
build_ubuntu_ssltests,
468467
build_win32,
469-
test_hypothesis,
470468
allowed-skips: >-
471469
${{
472470
!fromJSON(needs.check_source.outputs.run-docs)
@@ -488,11 +486,4 @@ jobs:
488486
'
489487
|| ''
490488
}}
491-
${{
492-
!fromJSON(needs.check_source.outputs.run_hypothesis)
493-
&& '
494-
test_hypothesis,
495-
'
496-
|| ''
497-
}}
498489
jobs: ${{ toJSON(needs) }}

0 commit comments

Comments
 (0)