1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 09:10:03 +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
Unverified
parent 86f86fa5d4
commit 315a9dba9b
+1 -1
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