Skip to content

Commit

Permalink
GHA: tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Sep 23, 2021
1 parent 2281f71 commit b8b57bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/covr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: covr

jobs:
covr:
if: contains(github.ref, 'release') || contains(github.ref, 'master') || contains(github.ref, 'main') || contains(github.event.head_commit.message, '[covr]')
if: "! contains(github.event.head_commit.message, '[ci skip]')"

runs-on: ubuntu-20.04

Expand Down

0 comments on commit b8b57bd

Please sign in to comment.