From 785e609b4b7bccc2308cc3f0f92c6b04bd5062cb Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 23:04:04 +0000 Subject: [PATCH] ci: disable automatic workflow triggers, add workflow_dispatch --- .github/workflows/linters.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 54ffd08df7e..884a0ce3ed9 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -1,7 +1,7 @@ name: Lint on: - push: + workflow_dispatch: jobs: lint: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e980899d69c..ba1db46c184 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,7 +1,7 @@ name: Tests on: - push: + workflow_dispatch: jobs: tests: