Fixed CI issue introduced 7046 (#7072)
This commit is contained in:
parent
67f7ad6b1e
commit
fd90802a37
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -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:
|
||||
|
||||
4
.github/workflows/labels.yml
vendored
4
.github/workflows/labels.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user