mirror of
https://github.com/ppy/osu.git
synced 2025-01-30 00:03:08 +08:00
Allow tsunyoku and stanriders to trigger diffcalc spreadsheet generator
This commit is contained in:
parent
86f86fa5d4
commit
315a9dba9b
2
.github/workflows/diffcalc.yml
vendored
2
.github/workflows/diffcalc.yml
vendored
@ -115,7 +115,7 @@ jobs:
|
||||
steps:
|
||||
- name: Check permissions
|
||||
run: |
|
||||
ALLOWED_USERS=(smoogipoo peppy bdach frenzibyte)
|
||||
ALLOWED_USERS=(smoogipoo peppy bdach frenzibyte tsunyoku stanriders)
|
||||
for i in "${ALLOWED_USERS[@]}"; do
|
||||
if [[ "${{ github.actor }}" == "$i" ]]; then
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user