From 0185d406167a7f890db601dd013ca21c1562ad30 Mon Sep 17 00:00:00 2001 From: Vigers Ray Date: Fri, 11 Apr 2025 21:46:27 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BD=D0=B5=20=D0=B7=D0=B0=D0=BF=D1=83=D1=81?= =?UTF-8?q?=D0=BA=D0=B0=D1=82=D1=8C=20=D0=B2=D0=B0=D0=BB=D0=B8=D0=B4=D0=B0?= =?UTF-8?q?=D1=86=D0=B8=D1=8E=20rsi=20=D0=B5=D1=81=D0=BB=D0=B8=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=B8=D1=82=20=D0=BE=D1=82=20=D0=B1=D0=BE=D1=82?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/validate-rsis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/validate-rsis.yml b/.github/workflows/validate-rsis.yml index 34df7908d6..17c38b375c 100644 --- a/.github/workflows/validate-rsis.yml +++ b/.github/workflows/validate-rsis.yml @@ -11,6 +11,7 @@ on: jobs: validate_rsis: name: Validate RSIs + if: github.actor != 'Sunrise-Bot' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.2