From 51e902f03ea46b982743be9eba005fb951c68d6e Mon Sep 17 00:00:00 2001 From: Eunjae Lee Date: Wed, 18 Feb 2026 17:35:45 +0100 Subject: [PATCH] chore: pause syncing rules to devin (#28041) * chore: pause syncing rules to devin * Revert "chore: pause syncing rules to devin" This reverts commit dd0e55322fe079b62207c9a4b58c9d24ce1c0dda. * disable temporarily --- .github/workflows/sync-agents-to-devin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-agents-to-devin.yml b/.github/workflows/sync-agents-to-devin.yml index 45d264a91c..7daf45237b 100644 --- a/.github/workflows/sync-agents-to-devin.yml +++ b/.github/workflows/sync-agents-to-devin.yml @@ -12,6 +12,7 @@ permissions: jobs: sync: + if: false name: Sync to Devin Knowledge runs-on: blacksmith-2vcpu-ubuntu-2404 steps: