From 22067bfa27d48822bc26ab954b78e8bdeb89271a Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Wed, 30 Jul 2025 10:39:45 -0700 Subject: [PATCH] fix(ci): slightly update workflow trigger --- .github/workflows/integration-tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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