Loading .github/workflows/test.yml +2 −1 Original line number Diff line number Diff line #file: noinspection YAMLSchemaValidation name: Code Test on: Loading @@ -7,7 +8,7 @@ jobs: unittest: name: Code test runs-on: ${{ matrix.os }} if: "!contains(github.event.head_commit.message, 'ci skip')" if: ${{ !contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'test skip') }} strategy: fail-fast: false matrix: Loading Loading
.github/workflows/test.yml +2 −1 Original line number Diff line number Diff line #file: noinspection YAMLSchemaValidation name: Code Test on: Loading @@ -7,7 +8,7 @@ jobs: unittest: name: Code test runs-on: ${{ matrix.os }} if: "!contains(github.event.head_commit.message, 'ci skip')" if: ${{ !contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'test skip') }} strategy: fail-fast: false matrix: Loading