Skip to content

Commit

Permalink
Merge pull request #55 from s-weigand/fix-pre-commit-autoupdate-runni…
Browse files Browse the repository at this point in the history
…ng-on-forks

Prevent pre-commit autoupdate workflow to run on forks
  • Loading branch information
econchick authored Oct 5, 2020
2 parents 6abba89 + b7eda9d commit 35f0733
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autoupdate-pre-commit-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:

jobs:
update-pre-commit:
if: github.repository_owner == 'econchick'
name: Autoupdate pre-commit config
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 35f0733

Please sign in to comment.