Skip to content

Commit

Permalink
Update StaleBot To Run Only On Content Repo (#32605)
Browse files Browse the repository at this point in the history
* updated stalebot to run only on content repo

* Update .github/workflows/clean_stale_branches.yml

Co-authored-by: RotemAmit <ramit@paloaltonetworks.com>

---------

Co-authored-by: RotemAmit <ramit@paloaltonetworks.com>
  • Loading branch information
2 people authored and yasta5 committed Feb 4, 2024
1 parent 4d9a407 commit 1a65742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clean_stale_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ env:
jobs:
stale:
runs-on: ubuntu-latest
if: github.repository == 'demisto/content' && github.event.pull_request.head.repo.fork == false
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 1a65742

Please sign in to comment.