Skip to content

Commit

Permalink
[skip ci] Update ci workflow to allow skipping
Browse files Browse the repository at this point in the history
  • Loading branch information
s1hofmann committed Apr 25, 2022
1 parent 56bc627 commit 00451d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
sonar:
runs-on: ubuntu-latest
if: '!contains(github.event.head_commit.message, ''skip ci'')'
steps:
- name: Set up Git repository
uses: actions/checkout@v2
Expand Down

0 comments on commit 00451d0

Please sign in to comment.