Skip to content

Commit

Permalink
[3.11] 🔥 Drop hypothesis job dep @ GHA (#107128)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
webknjaz authored Jul 23, 2023
1 parent 0cdc3a5 commit 07acf57
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,6 @@ jobs:
- build_macos
- build_ubuntu
- build_ubuntu_ssltests
- test_hypothesis
- build_asan

runs-on: ubuntu-latest
Expand All @@ -466,7 +465,6 @@ jobs:
build_macos,
build_ubuntu_ssltests,
build_win32,
test_hypothesis,
allowed-skips: >-
${{
!fromJSON(needs.check_source.outputs.run-docs)
Expand All @@ -488,11 +486,4 @@ jobs:
'
|| ''
}}
${{
!fromJSON(needs.check_source.outputs.run_hypothesis)
&& '
test_hypothesis,
'
|| ''
}}
jobs: ${{ toJSON(needs) }}

0 comments on commit 07acf57

Please sign in to comment.