Skip to content

Commit

Permalink
Merge pull request #69 from octue/devops/allow-skipping-of-ci
Browse files Browse the repository at this point in the history
OPS: Allow skipping of CI tests based on commit comment
  • Loading branch information
cortadocodes authored Feb 1, 2021
2 parents 059b2db + 039763e commit dc20928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

tests:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '#skip_ci_tests')"
env:
USING_COVERAGE: '3.8'
strategy:
Expand Down

0 comments on commit dc20928

Please sign in to comment.