Skip to content

Commit

Permalink
Only run cron workflow for upstream, not forks (#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Nov 18, 2021
1 parent 6bf77d9 commit 7684fda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
lock:
if: github.repository_owner == 'pyca'
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v3
Expand Down

0 comments on commit 7684fda

Please sign in to comment.