This commit is contained in:
parent
34e675adef
commit
9d6049c6ba
|
@ -1,8 +1,9 @@
|
||||||
name: Run tests parallel
|
name: Run tests parallel
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
types: [opened, reopened, synchronize]
|
||||||
branches:
|
branches:
|
||||||
- test_ci_parallel**
|
- 'test_ci_parallel*'
|
||||||
jobs:
|
jobs:
|
||||||
Test-Asserts:
|
Test-Asserts:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
|
|
Loading…
Reference in a new issue