Skip to content

Commit

Permalink
Merge pull request #12488 from webknjaz/maintenance/gha-check-allowed…
Browse files Browse the repository at this point in the history
…-failures

🧪 Make required CI jobs match branch protection
  • Loading branch information
RonnyPfannschmidt authored Jun 19, 2024
2 parents ff133f6 + 6a95bca commit 57bc6df
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,26 @@ jobs:
tox_env: "doctesting"
use_coverage: true

continue-on-error: >-
${{
contains(
fromJSON(
'[
"windows-py38-pluggy",
"windows-py313",
"ubuntu-py38-pluggy",
"ubuntu-py38-freeze",
"ubuntu-py313",
"macos-py38",
"macos-py313"
]'
),
matrix.name
)
&& true
|| false
}}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 57bc6df

Please sign in to comment.