From 5053bd731b4989f8cb3a102cf28913662efb9036 Mon Sep 17 00:00:00 2001 From: Jeff Feasel Date: Mon, 24 Feb 2025 20:20:10 +0000 Subject: [PATCH] CI --- .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 f8d79349cc1e78..7b4b2114129c34 100644 --- a/.github/workflows/examples-esp32.yaml +++ b/.github/workflows/examples-esp32.yaml @@ -129,7 +129,7 @@ jobs: name: ESP32_1 runs-on: ubuntu-latest - if: github.actor != 'restyled-io[bot]' + if: github.actor != 'restyled-io[bot]' && github.repository_owner == 'espressif' container: image: ghcr.io/project-chip/chip-build-esp32:115 diff --git a/.github/workflows/qemu.yaml b/.github/workflows/qemu.yaml index c397456cce5722..5708f5329f442b 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]' + if: github.actor != 'restyled-io[bot]' && github.repository_owner == 'espressif' container: image: ghcr.io/project-chip/chip-build-esp32-qemu:115