Skip to content

Commit 00451d0

Browse files
committed
[skip ci] Update ci workflow to allow skipping
1 parent 56bc627 commit 00451d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
jobs:
1212
sonar:
1313
runs-on: ubuntu-latest
14+
if: '!contains(github.event.head_commit.message, ''skip ci'')'
1415
steps:
1516
- name: Set up Git repository
1617
uses: actions/checkout@v2

0 commit comments

Comments
 (0)