Lines Matching +full:commit +full:- +full:message +full:- +full:check
5 # - skipping CI: add [skip ci] to the commit message
6 # - skipping release: add [skip release] to the commit message
13 - main
14 tags-ignore:
15 …- v* # release tags are automatically generated after a successful CI build, no need to run CI aga…
18 - main
23 # SINGLE-JOB
26 runs-on: ubuntu-latest
27 if: "! contains(toJSON(github.event.commits.*.message), '[skip ci]')"
31 - name: 1. Check out code
34 - name: 2. Set up Java 8
35 uses: actions/setup-java@v1 # https://github.com/actions/setup-java
37 java-version: 8
39 - name: 3. Validate Gradle wrapper
40 … uses: gradle/wrapper-validation-action@v1 # https://github.com/gradle/wrapper-validation-action
47 runs-on: ubuntu-latest
52 mock-maker: ['mock-maker-default', 'mock-maker-inline']
59 - name: 1. Check out code
62 - name: 2. Set up Java 8
63 uses: actions/setup-java@v1 # https://github.com/actions/setup-java
65 java-version: 8
67 - name: 3. Build with Kotlin ${{ matrix.kotlin }} and mock-maker ${{ matrix.mock-maker }}
73 MOCK_MAKER: ${{ matrix.mock-maker }}
79 runs-on: ubuntu-latest
84 && github.repository == 'mockito/mockito-kotlin'
85 && !contains(toJSON(github.event.commits.*.message), '[skip release]')
89 - name: Check out code
92 fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci
94 - name: Set up Java 8
95 uses: actions/setup-java@v1
97 java-version: 8
99 - name: Build and release