mirror of https://github.com/aristocratos/bpytop
Add check for skipping tests
parent
b4ac1835c1
commit
4def5a19a4
|
@ -5,6 +5,7 @@ on: [pull_request, push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
if: "!contains(github.event.head_commit.message, '[skip tests]')"
|
||||||
strategy:
|
strategy:
|
||||||
max-parallel: 3
|
max-parallel: 3
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue