Skip to content

Commit

Permalink
Merge pull request #2892 from A5rocks/exclusive-autodeps
Browse files Browse the repository at this point in the history
Try to prevent autodeps from running in forked repos
  • Loading branch information
A5rocks authored Nov 30, 2023
2 parents 592718b + 7cadd1f commit c8441a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autodeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
Autodeps:
if: github.repository_owner == 'python-trio'
name: Autodeps
timeout-minutes: 10
runs-on: 'ubuntu-latest'
Expand Down

0 comments on commit c8441a2

Please sign in to comment.