Skip to content

Commit

Permalink
ci: fix ci unable to identify org members
Browse files Browse the repository at this point in the history
GitHub doesn't have an easy way to tests users members of an
organization currently. Hardcode it for now.
  • Loading branch information
Pixep committed Aug 10, 2024
1 parent f530cee commit e811978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-to-internal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
push:
if: github.actor == github.repository_owner
if: github.actor == 'Pixep'
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit e811978

Please sign in to comment.