Skip to content

Commit

Permalink
ci: Prevent stale action runs on forks (#1650)
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Wear <[email protected]>
  • Loading branch information
kaylareopelle and mwear authored Jul 30, 2024
1 parent 8de0bd7 commit cc4d87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
stale:

if: ${{ github.repository == 'open-telemetry/opentelemetry-ruby' }}
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit cc4d87c

Please sign in to comment.