From 6af42bb2c86715baee9022309ceba0ac8f5a18c0 Mon Sep 17 00:00:00 2001 From: Jeff Feasel Date: Sat, 22 Feb 2025 16:08:25 +0000 Subject: [PATCH] Initial --- .github/workflows/examples-esp32.yaml | 2 +- .github/workflows/qemu.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples-esp32.yaml b/.github/workflows/examples-esp32.yaml index 3d3112d2972ecd..3aa14b43c74075 100644 --- a/.github/workflows/examples-esp32.yaml +++ b/.github/workflows/examples-esp32.yaml @@ -121,7 +121,7 @@ jobs: name: ESP32_1 runs-on: ubuntu-latest - if: github.actor != 'restyled-io[bot]' && github.repository_owner == 'espressif' + if: github.actor != 'restyled-io[bot]' container: image: ghcr.io/project-chip/chip-build-esp32:94 diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index f5868fa184ed24..fa33c8d836c56a 100644 --- a/.github/workflows/qemu.yaml +++ b/.github/workflows/qemu.yaml @@ -38,7 +38,7 @@ jobs: BUILD_TYPE: esp32-qemu runs-on: ubuntu-latest - if: github.actor != 'restyled-io[bot]' && github.repository_owner == 'espressif' + if: github.actor != 'restyled-io[bot]' container: image: ghcr.io/project-chip/chip-build-esp32-qemu:94