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
Limon Monte committed May 11, 2020
1 parent af7b3f8 commit 1673bab
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 @@ -31,10 +31,3 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_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 1673bab

Please sign in to comment.