From d396dddc0a89944607f5745d85689bfa8a69a7b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Petit?= Date: Sun, 16 Jul 2023 20:16:10 +0100 Subject: [PATCH] wip Change-Id: Ie159c943b1e73c297fafd4bb05c477642728b366 --- .github/workflows/build-cts.yml | 2 +- .github/workflows/presubmit.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-cts.yml b/.github/workflows/build-cts.yml index 460f4650..ed46d2df 100644 --- a/.github/workflows/build-cts.yml +++ b/.github/workflows/build-cts.yml @@ -2,7 +2,7 @@ name: Build CTS on: push: branches: - - ci-cts + #- ci-cts workflow_dispatch: jobs: diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index f4b9aa6e..f82579db 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -3,7 +3,7 @@ on: push: branches: - main - #- ci-cts + - ci-cts pull_request: jobs: