diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index a6ba00b6d..2499691bd 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -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