mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 11:22:26 +00:00
fix(ci): update triggers for the workflows
This commit is contained in:
parent
ee7631b6cf
commit
6b1438c838
2 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@ name: Integration Tests (Record)
|
|||
run-name: Run the integration test suite from tests/integration
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
pull_request_target:
|
||||
branches: [ main ]
|
||||
types: [opened, synchronize, labeled]
|
||||
paths:
|
||||
|
|
@ -23,7 +23,7 @@ on:
|
|||
default: 'ollama'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue