Skip to content

Commit

Permalink
Disabling for restyled
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple committed Mar 24, 2021
1 parent cdcca18 commit 469e8eb
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
JAVA_HOME: /usr/lib/jvm/java-8-openjdk-amd64/

runs-on: ubuntu-latest
if: github.actor != 'restyled-io'
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-android:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
BUILD_ORG: connectedhomeip

runs-on: ubuntu-latest
if: github.actor != 'restyled-io'
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cirque.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: Cirque

runs-on: ubuntu-latest
if: github.actor != 'restyled-io'
if: github.actor != 'restyled-io[bot]'

# need to run with privilege, which isn't supported by job.XXX.contaner
# https://github.com/actions/container-action/issues/2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
doxygen:
name: Build Doxygen
runs-on: ubuntu-20.04
if: github.actor != 'restyled-io'
if: github.actor != 'restyled-io[bot]'

steps:
- name: "Print Actor"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-efr32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
BUILD_TYPE: gn_efr32

runs-on: ubuntu-latest
if: github.actor != 'restyled-io'
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-efr32:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-esp32.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
BUILD_TYPE: esp32

runs-on: ubuntu-latest
if: github.actor != 'restyled-io'
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-esp32:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-linux-standalone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
BUILD_ORG: connectedhomeip

runs-on: ubuntu-latest
if: github.actor != 'restyled-io'
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-nrfconnect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
BUILD_TYPE: nrfconnect

runs-on: ubuntu-latest
if: github.actor != 'restyled-io'
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-nrf-platform:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples-qpg6100.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
BUILD_TYPE: gn_qpg6100

runs-on: ubuntu-latest
if: github.actor != 'restyled-io'
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/qemu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
BUILD_TYPE: esp32-qemu

runs-on: ubuntu-latest
if: github.actor != 'restyled-io'
if: github.actor != 'restyled-io[bot]'

container:
image: connectedhomeip/chip-build-esp32-qemu:latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
unit_tests:
name: Unit / Interation Tests
if: github.actor != 'restyled-io'
if: github.actor != 'restyled-io[bot]'

strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/zap_templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: ZAP templates generation

runs-on: ubuntu-18.04
if: github.actor != 'restyled-io'
if: github.actor != 'restyled-io[bot]'

steps:
- name: Checkout
Expand Down

0 comments on commit 469e8eb

Please sign in to comment.