From d4a9722326453d7f715621eb9545a6ca018ae3c6 Mon Sep 17 00:00:00 2001 From: Alessandro Affinito Date: Fri, 3 Apr 2026 10:16:34 +0200 Subject: [PATCH] test: temporarily enable go-fix trigger on PR branch Made-with: Cursor --- .github/workflows/go-fix.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/go-fix.yml b/.github/workflows/go-fix.yml index e4a125e6d76..65841dd8a1a 100644 --- a/.github/workflows/go-fix.yml +++ b/.github/workflows/go-fix.yml @@ -4,6 +4,8 @@ on: push: branches: - master + # TEMP: allow pre-merge validation on this PR branch. + - copilot/automate-go-fix-commands paths: - 'go.mod' - 'pkg/api/go.mod'