Skip to content

Commit da758f2

Browse files
committed
Added file description to clean.sh
1 parent 37bd427 commit da758f2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.github/workflows/examples-esp32.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
name: ESP32_1
122122

123123
runs-on: ubuntu-latest
124-
if: github.actor != 'restyled-io[bot]'
124+
if: github.actor != 'restyled-io[bot]' && github.repository_owner == 'espressif'
125125

126126
container:
127127
image: ghcr.io/project-chip/chip-build-esp32:94

.github/workflows/qemu.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
BUILD_TYPE: esp32-qemu
3939

4040
runs-on: ubuntu-latest
41-
if: github.actor != 'restyled-io[bot]'
41+
if: github.actor != 'restyled-io[bot]' && github.repository_owner == 'espressif'
4242

4343
container:
4444
image: ghcr.io/project-chip/chip-build-esp32-qemu:94

src/test_driver/esp32/clean.sh

+4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
# limitations under the License.
1717
#
1818

19+
#
20+
# This script cleans the files generated by building the unit tests.
21+
#
22+
1923
set -ex
2024

2125
rm -rf out/esp32-qemu-tests src/test_driver/esp32/managed_components src/test_driver/esp32/sdkconfig src/test_driver/esp32/dependencies.lock

0 commit comments

Comments
 (0)