Skip to content

Commit

Permalink
chore: remove skip job, it's not needed anymore [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
limonte committed May 11, 2020
1 parent ea9fc00 commit 8160792
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,3 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

skip:
if: "contains(github.event.commits[0].message, '[skip ci]')"
runs-on: ubuntu-latest
steps:
- name: skip ci
run: echo "skip ci"

0 comments on commit 8160792

Please sign in to comment.