ci: do not run twister tests on push events
This workflow is needed for pull requests, not push events. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
6338768b45
commit
b90288b42b
1 changed files with 1 additions and 9 deletions
10
.github/workflows/twister_tests_blackbox.yml
vendored
10
.github/workflows/twister_tests_blackbox.yml
vendored
|
@ -4,14 +4,6 @@
|
||||||
name: Twister BlackBox TestSuite
|
name: Twister BlackBox TestSuite
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
paths:
|
|
||||||
- 'scripts/pylib/twister/**'
|
|
||||||
- 'scripts/twister'
|
|
||||||
- 'scripts/tests/twister_blackbox/**'
|
|
||||||
- '.github/workflows/blackbox_tests.yml'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
@ -19,7 +11,7 @@ on:
|
||||||
- 'scripts/pylib/twister/**'
|
- 'scripts/pylib/twister/**'
|
||||||
- 'scripts/twister'
|
- 'scripts/twister'
|
||||||
- 'scripts/tests/twister_blackbox/**'
|
- 'scripts/tests/twister_blackbox/**'
|
||||||
- '.github/workflows/blackbox_tests.yml'
|
- '.github/workflows/twister_tests_blackbox.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
twister-tests:
|
twister-tests:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue