From fd90802a37557d100fb4b0646fa3d05360483988 Mon Sep 17 00:00:00 2001 From: psf <77138753+pkmnsnfrn@users.noreply.github.com> Date: Sat, 7 Jun 2025 00:51:47 -0700 Subject: [PATCH] Fixed CI issue introduced 7046 (#7072) --- .github/workflows/build.yml | 4 ++-- .github/workflows/labels.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3304101d4f..30231dbd0f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ on: jobs: build: - if: github.actor != 'allcontributors' + if: github.actor != 'allcontributors[bot]' runs-on: ubuntu-latest env: GAME_VERSION: EMERALD @@ -38,7 +38,7 @@ jobs: run: | make -j${nproc} check allcontributors: - if: github.actor == 'allcontributors' + if: github.actor == 'allcontributors[bot]' runs-on: ubuntu-latest needs: [] steps: diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 7315082cb6..325e72950d 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -6,7 +6,7 @@ on: jobs: label: - if: github.actor != 'allcontributors' + if: github.actor != 'allcontributors[bot]' runs-on: ubuntu-latest steps: - name: check labels @@ -29,7 +29,7 @@ jobs: category: sprite-issue type: documentation allcontributors: - if: github.actor == 'allcontributors' + if: github.actor == 'allcontributors[bot]' runs-on: ubuntu-latest needs: [] steps: