Skip to content

Commit c0300ac

Browse files
authored
Make all-green check pass even if pre-release job fails (#452)
1 parent e0b3a74 commit c0300ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • {{cookiecutter.project_name}}/.github/workflows

{{cookiecutter.project_name}}/.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555

5656
name: ${{ matrix.env.label }}
5757
runs-on: ${{ matrix.os }}
58+
continue-on-error: ${{ contains(matrix.env.name, 'pre') }} # make "all-green" pass even if pre-release job fails
5859

5960
steps:
6061
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)