chore: ensure curation workflow always targets develop branch even if run from master

This commit is contained in:
Nubenetes Bot
2026-05-14 23:53:55 +02:00
parent 177084c75d
commit f3e2ee7a10

View File

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