1
0
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:
Dan Balasescu 2024-12-11 09:59:18 +09:00
parent 86f86fa5d4
commit 315a9dba9b
No known key found for this signature in database

View File

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