File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ jobs:
121
121
name : ESP32_1
122
122
123
123
runs-on : ubuntu-latest
124
- if : github.actor != 'restyled-io[bot]'
124
+ if : github.actor != 'restyled-io[bot]' && github.repository_owner == 'espressif'
125
125
126
126
container :
127
127
image : ghcr.io/project-chip/chip-build-esp32:94
Original file line number Diff line number Diff line change 38
38
BUILD_TYPE : esp32-qemu
39
39
40
40
runs-on : ubuntu-latest
41
- if : github.actor != 'restyled-io[bot]'
41
+ if : github.actor != 'restyled-io[bot]' && github.repository_owner == 'espressif'
42
42
43
43
container :
44
44
image : ghcr.io/project-chip/chip-build-esp32-qemu:94
Original file line number Diff line number Diff line change 16
16
# limitations under the License.
17
17
#
18
18
19
+ #
20
+ # This script cleans the files generated by building the unit tests.
21
+ #
22
+
19
23
set -ex
20
24
21
25
rm -rf out/esp32-qemu-tests src/test_driver/esp32/managed_components src/test_driver/esp32/sdkconfig src/test_driver/esp32/dependencies.lock
You can’t perform that action at this time.
0 commit comments