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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: "!contains(github.event.head_commit.message, '[skip tests]')"
|
||||
strategy:
|
||||
max-parallel: 3
|
||||
matrix:
|
||||
|
|
Loading…
Reference in New Issue