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 Jun 21, 2020
1 parent c0e9f57 commit 998d851
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 998d851

Please sign in to comment.