From 992c47a2d3aa5011779767f6d8be0096a946b8a1 Mon Sep 17 00:00:00 2001 From: Arad Carmi <62752352+AradCarmi@users.noreply.github.com> Date: Thu, 1 Feb 2024 17:33:18 +0200 Subject: [PATCH] Update StaleBot To Run Only On Content Repo (#32605) * updated stalebot to run only on content repo * Update .github/workflows/clean_stale_branches.yml Co-authored-by: RotemAmit --------- Co-authored-by: RotemAmit --- .github/workflows/clean_stale_branches.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clean_stale_branches.yml b/.github/workflows/clean_stale_branches.yml index 197595a1ff1e..c07ffc962d16 100644 --- a/.github/workflows/clean_stale_branches.yml +++ b/.github/workflows/clean_stale_branches.yml @@ -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