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:
parent
0bb6c252a7
commit
9375f79879
2
.github/workflows/diffcalc.yml
vendored
2
.github/workflows/diffcalc.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user