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