Skip to content

Commit

Permalink
ci: disable stale workflow on forks
Browse files Browse the repository at this point in the history
Running the stale workflow is a waste of resources.

Signed-off-by: Sebastian Wagner <[email protected]>
  • Loading branch information
sebastian-philipp committed Jun 27, 2021
1 parent 06a889f commit a411aa0
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 a411aa0

Please sign in to comment.