We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfdaf79 commit 6af42bbCopy full SHA for 6af42bb
.github/workflows/examples-esp32.yaml
@@ -121,7 +121,7 @@ jobs:
121
name: ESP32_1
122
123
runs-on: ubuntu-latest
124
- if: github.actor != 'restyled-io[bot]' && github.repository_owner == 'espressif'
+ if: github.actor != 'restyled-io[bot]'
125
126
container:
127
image: ghcr.io/project-chip/chip-build-esp32:94
.github/workflows/qemu.yaml
@@ -38,7 +38,7 @@ jobs:
38
BUILD_TYPE: esp32-qemu
39
40
41
42
43
44
image: ghcr.io/project-chip/chip-build-esp32-qemu:94
0 commit comments