We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bc627 commit 00451d0Copy full SHA for 00451d0
.github/workflows/ci.yaml
@@ -11,6 +11,7 @@ on:
11
jobs:
12
sonar:
13
runs-on: ubuntu-latest
14
+ if: '!contains(github.event.head_commit.message, ''skip ci'')'
15
steps:
16
- name: Set up Git repository
17
uses: actions/checkout@v2
0 commit comments