Merge branch 'master' into test_ci_parallel_build
All checks were successful
Run test asserts / Test-Asserts (pull_request) Successful in 1s
All checks were successful
Run test asserts / Test-Asserts (pull_request) Successful in 1s
This commit is contained in:
commit
f1af2726fd
|
@ -1,9 +1,8 @@
|
||||||
name: Run tests parallel
|
name: Run tests parallel
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
|
||||||
pull_request:
|
pull_request:
|
||||||
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