Skip to content

Commit

Permalink
Merge pull request #12484 from pytest-dev/patchback/backports/8.2.x/d…
Browse files Browse the repository at this point in the history
…c65bb6a6699bdeb5ee7523245db1ee724670e29/pr-10315

[PR #10315/dc65bb6a backport][8.2.x] Introduce a gate/check GHA job
  • Loading branch information
RonnyPfannschmidt authored Jun 19, 2024
2 parents c877071 + 4f4bcc2 commit 4716ba5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,17 @@ jobs:
fail_ci_if_error: true
files: ./coverage.xml
verbose: true

check: # This job does nothing and is only used for the branch protection
if: always()

needs:
- build

runs-on: ubuntu-latest

steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@198badcb65a1a44528f27d5da555c4be9f12eac6
with:
jobs: ${{ toJSON(needs) }}

0 comments on commit 4716ba5

Please sign in to comment.