ci: Remove skipci job

This commit is contained in:
peaceiris 2021-02-09 19:28:11 +09:00
parent 612b00fe8f
commit da35efefa8
No known key found for this signature in database
GPG Key ID: 5868468A8EBA64EC
1 changed files with 0 additions and 6 deletions

View File

@ -22,14 +22,8 @@ on:
- 'Makefile'
jobs:
skipci:
runs-on: ubuntu-18.04
steps:
- run: echo "[skip ci] ${{ contains(github.event.head_commit.message, '[skip ci]') }}"
dev-image-test:
runs-on: ubuntu-18.04
if: contains(github.event.head_commit.message, '[skip ci]') == false
steps:
- uses: actions/checkout@v2
- run: make build