ci: remove skipci job

This commit is contained in:
Shohei Ueda 2020-06-21 13:18:07 +09:00 committed by GitHub
parent 51c782389a
commit f444b0ede2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 12 deletions

View File

@ -11,20 +11,8 @@ on:
- '*.md'
jobs:
skipci:
runs-on: ubuntu-18.04
outputs:
is_skip: ${{ steps.is_skip.outputs.is_skip }}
steps:
- name: Set is_skip
id: is_skip
run: echo "::set-output name=is_skip::${{ contains(github.event.head_commit.message, '[skip ci]') }}"
- run: echo "[skip ci] ${{ steps.is_skip.outputs.is_skip }}"
test:
runs-on: ${{ matrix.os }}
needs: skipci
if: ${{ ! needs.skipci.outputs.is_skip }}
strategy:
matrix:
os: