fix(ci): slightly update workflow trigger

This commit is contained in:
Ashwin Bharambe 2025-07-30 10:39:45 -07:00
parent 38d5c44354
commit 22067bfa27

View file

@ -7,7 +7,7 @@ on:
branches: [ main ]
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened, labeled, unlabeled]
types: [opened, synchronize]
paths:
- 'llama_stack/**'
- 'tests/**'
@ -17,6 +17,9 @@ on:
- '.github/workflows/integration-tests.yml' # This workflow
- '.github/actions/setup-ollama/action.yml'
- '.github/actions/run-integration-tests/action.yml'
pull_request:
types: [labeled]
labels: [re-record-tests]
schedule:
# If changing the cron schedule, update the provider in the test-matrix job
- cron: '0 0 * * *' # (test latest client) Daily at 12 AM UTC