1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-11 06:32:54 +08:00

Add frenzibyte to users that can use diffcalc workflow

This commit is contained in:
Dan Balasescu 2024-07-08 13:58:42 +09:00
parent 0bb6c252a7
commit 9375f79879
No known key found for this signature in database

View File

@ -111,7 +111,7 @@ jobs:
steps:
- name: Check permissions
run: |
ALLOWED_USERS=(smoogipoo peppy bdach)
ALLOWED_USERS=(smoogipoo peppy bdach frenzibyte)
for i in "${ALLOWED_USERS[@]}"; do
if [[ "${{ github.actor }}" == "$i" ]]; then
exit 0