From 344cc19270222d1f3eb30e656c38beec486ee057 Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Thu, 14 May 2026 23:56:25 +0200 Subject: [PATCH] chore: ensure link cleaner workflow always targets develop branch --- .github/workflows/intelligent_link_cleaner.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/intelligent_link_cleaner.yml b/.github/workflows/intelligent_link_cleaner.yml index 7a015642..23813f82 100644 --- a/.github/workflows/intelligent_link_cleaner.yml +++ b/.github/workflows/intelligent_link_cleaner.yml @@ -12,7 +12,7 @@ permissions: jobs: intelligent-clean-process: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/develop' + # This job can now be triggered from any branch but will always checkout 'develop' env: FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true steps: