Skip to content

Commit 6af42bb

Browse files
committed
Initial
1 parent cfdaf79 commit 6af42bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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]' && github.repository_owner == 'espressif'
124+
if: github.actor != 'restyled-io[bot]'
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]' && github.repository_owner == 'espressif'
41+
if: github.actor != 'restyled-io[bot]'
4242

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

0 commit comments

Comments
 (0)