mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-22 09:03:23 +00:00
chore: ensure curation workflow always targets develop branch even if run from master
This commit is contained in:
2
.github/workflows/agentic_cron.yml
vendored
2
.github/workflows/agentic_cron.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user