Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Do not run stale pr workflow on forks
  • Loading branch information
DelazJ authored and nyalldawson committed Mar 14, 2021
1 parent 60cd3c4 commit 6fa88cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale_pr.yml
Expand Up @@ -5,6 +5,7 @@ on:

jobs:
stale:
if: github.repository_owner == 'qgis'
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
Expand Down

0 comments on commit 6fa88cc

Please sign in to comment.