From f3e2ee7a1049cebb856db453ceb456b1a4700fe1 Mon Sep 17 00:00:00 2001 From: Nubenetes Bot Date: Thu, 14 May 2026 23:53:55 +0200 Subject: [PATCH] chore: ensure curation workflow always targets develop branch even if run from master --- .github/workflows/agentic_cron.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agentic_cron.yml b/.github/workflows/agentic_cron.yml index 728b5ac2..8ecd01d3 100644 --- a/.github/workflows/agentic_cron.yml +++ b/.github/workflows/agentic_cron.yml @@ -72,7 +72,7 @@ permissions: jobs: agentic-curation-process: runs-on: ubuntu-latest - if: github.ref == 'refs/heads/develop' || github.event_name == 'schedule' + # This job can now be triggered from any branch but will always checkout 'develop' steps: - name: Repository Synchronization uses: actions/checkout@v4