From a9ad9fadd95b285a8be67eb9f70b2969e237ba2b Mon Sep 17 00:00:00 2001 From: Ashwin Kumar Date: Mon, 13 Nov 2023 14:20:37 -0800 Subject: [PATCH] chore: add unit tests --- .github/workflows/codeql.yml | 2 +- .github/workflows/push-integ-test.yml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 14473edcc47..60a9b8641ae 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -3,7 +3,7 @@ name: CodeQL on: push: - branches: ['*'] + branches: ['none'] pull_request: branches: ['main', 'next/main', 'next/release'] schedule: diff --git a/.github/workflows/push-integ-test.yml b/.github/workflows/push-integ-test.yml index a56ca5db116..e30118de8e7 100644 --- a/.github/workflows/push-integ-test.yml +++ b/.github/workflows/push-integ-test.yml @@ -8,8 +8,7 @@ concurrency: on: push: branches: - - next/main - + - ashwin-cci-test jobs: e2e: secrets: inherit