From ded153516055ec881e6a1124a6820bba1ee4c26a Mon Sep 17 00:00:00 2001 From: TAZIKLIK <73418250+Evgencheg@users.noreply.github.com> Date: Sun, 8 Sep 2024 14:50:28 +0300 Subject: [PATCH] =?UTF-8?q?=D1=84=D0=B8=D0=BA=D1=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test-secrets1.yml | 2 +- .github/workflows/test-secrets2.yml | 2 +- .github/workflows/test-secrets3.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-secrets1.yml b/.github/workflows/test-secrets1.yml index 6954c8c846..2ca8c3818a 100644 --- a/.github/workflows/test-secrets1.yml +++ b/.github/workflows/test-secrets1.yml @@ -10,7 +10,7 @@ on: jobs: build: name: YAML Linter Secrets - if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' && github.actor != 'SimpleStation14' && github.actor != 'Lost-Paradise-Bot' + if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' && github.actor != 'SimpleStation14' && github.actor != 'Lost-Paradise-Bot' && github.repository == 'Lost-Paradise-Project/Lost-Paradise' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3.6.0 diff --git a/.github/workflows/test-secrets2.yml b/.github/workflows/test-secrets2.yml index cc6eb8c943..3585795bb2 100644 --- a/.github/workflows/test-secrets2.yml +++ b/.github/workflows/test-secrets2.yml @@ -29,7 +29,7 @@ on: jobs: build: name: Test Packaging Secrets - if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'Lost-Paradise-Bot' + if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'Lost-Paradise-Bot' && github.repository == 'Lost-Paradise-Project/Lost-Paradise runs-on: ubuntu-latest steps: diff --git a/.github/workflows/test-secrets3.yml b/.github/workflows/test-secrets3.yml index 0ece1e06ff..d6831f1dfc 100644 --- a/.github/workflows/test-secrets3.yml +++ b/.github/workflows/test-secrets3.yml @@ -10,7 +10,7 @@ on: jobs: build: - if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' && github.actor != 'SimpleStation14' && github.actor != 'Lost-Paradise-Bot' + if: github.actor != 'PJBot' && github.event.pull_request.draft == false && github.actor != 'DeltaV-Bot' && github.actor != 'SimpleStation14' && github.actor != 'Lost-Paradise-Bot' && github.repository == 'Lost-Paradise-Project/Lost-Paradise strategy: matrix: os: [ubuntu-latest]