Fixed CI issue introduced 7046 (#7072)

This commit is contained in:
psf 2025-06-07 00:51:47 -07:00 committed by GitHub
parent 67f7ad6b1e
commit fd90802a37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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: