Skip to content

Commit

Permalink
Merge pull request ppy#31071 from smoogipoo/add-diffcalc-allowed-users
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy authored Dec 11, 2024
2 parents 86f86fa + 315a9db commit 842829d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/diffcalc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 842829d

Please sign in to comment.