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]