Skip to content

Commit

Permalink
Merge pull request rook#8203 from sebastian-philipp/stale-disable-forks
Browse files Browse the repository at this point in the history
ci: disable stale workflow on forks
  • Loading branch information
satoru-takeuchi authored Jun 28, 2021
2 parents 06a889f + a411aa0 commit 66609f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
jobs:
stale:
runs-on: ubuntu-18.04
if: github.repository == 'rook/rook'
steps:
- uses: actions/stale@v3
with:
Expand Down

0 comments on commit 66609f0

Please sign in to comment.