Skip to content

Commit

Permalink
WIP ! filter commit checks
Browse files Browse the repository at this point in the history
  • Loading branch information
ALERTua committed Jul 28, 2024
1 parent af3425d commit 9a9a671
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ concurrency:
jobs:
py3:
runs-on: ubuntu-latest
if: ${{ !startsWith(github.event.head_commit.message, 'WIP') }}
strategy:
matrix:
python-version:
Expand Down Expand Up @@ -49,6 +50,7 @@ jobs:

py2:
runs-on: ubuntu-latest
if: ${{ !startsWith(github.event.head_commit.message, 'WIP') }}
strategy:
matrix:
python-version:
Expand Down

0 comments on commit 9a9a671

Please sign in to comment.