Skip to content

Commit

Permalink
fix(github): make GitHub actions workflow support "skip ci"
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Dec 1, 2019
1 parent 8e7f318 commit e77fe32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
ci:
name: Openwhyd CI
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"

This comment has been minimized.

Copy link
@adrienjoly

adrienjoly Dec 1, 2019

Author Member
services:
mongodb:
image: docker://mongo:3.4
Expand Down

0 comments on commit e77fe32

Please sign in to comment.