chore: ensure link cleaner workflow always targets develop branch

This commit is contained in:
Nubenetes Bot
2026-05-14 23:56:25 +02:00
parent 236ce17c6d
commit 344cc19270

View File

@@ -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: