Skip to content

Commit

Permalink
fix: temp add stepanLav
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Dec 11, 2024
1 parent 65fb4f9 commit 95b351f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testflight-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
distribute_testflight:
if: contains('["krodak","ERussel"]', github.actor)
if: contains('["krodak","ERussel","stepanLav"]', github.actor)
runs-on: macos-13
name: Distribute TestFlight Production Build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testflight-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
distribute_testflight:
if: contains('["krodak","ERussel"]', github.actor)
if: contains('["krodak","ERussel","stepanLav"]', github.actor)
runs-on: macos-13
name: Distribute TestFlight QA Build

Expand Down

0 comments on commit 95b351f

Please sign in to comment.