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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- 'scripts/pylib/twister/**'
|
||||
- 'scripts/twister'
|
||||
- 'scripts/tests/twister_blackbox/**'
|
||||
- '.github/workflows/blackbox_tests.yml'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
@ -19,7 +11,7 @@ on:
|
|||
- 'scripts/pylib/twister/**'
|
||||
- 'scripts/twister'
|
||||
- 'scripts/tests/twister_blackbox/**'
|
||||
- '.github/workflows/blackbox_tests.yml'
|
||||
- '.github/workflows/twister_tests_blackbox.yml'
|
||||
|
||||
jobs:
|
||||
twister-tests:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue