Skip to content

Commit

Permalink
CI 'ci skip' check
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed Mar 8, 2021
1 parent 372cd3c commit d43a46c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
test:
check_skip:
runs-on: ubuntu-latest
if: "! contains(github.event.head_commit.message, '[ci skip]')"
steps:
- run: echo "${{ github.event.head_commit.message }}"

test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit d43a46c

Please sign in to comment.