Skip to content

Commit

Permalink
ci: Remove skipci job
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Feb 9, 2021
1 parent 111b627 commit 0ef433f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,8 @@ on:
- '**.md'

jobs:
skipci:
runs-on: ubuntu-18.04
steps:
- run: echo "[skip ci] ${{ contains(github.event.head_commit.message, '[skip ci]') }}"

test:
runs-on: ${{ matrix.os }}
if: contains(github.event.head_commit.message, '[skip ci]') == false
strategy:
matrix:
os:
Expand Down

0 comments on commit 0ef433f

Please sign in to comment.