Skip to content

Commit

Permalink
chore: only run examples for owner
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-bell committed Jan 16, 2024
1 parent e6c23bb commit d6a34ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: github.event_name == 'pull_request'
if: github.event_name == 'pull_request' && github.actor_id == '7349341'
steps:
- uses: actions/checkout@v3
with:
Expand Down

2 comments on commit d6a34ca

@vercel
Copy link

@vercel vercel bot commented on d6a34ca Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on d6a34ca Jan 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.