From 4e2569192088e130a94c89b4356d811924d0caf0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 13:53:34 +0000 Subject: [PATCH 1/2] Initial plan From 6fdb6d24efaac676c6c6106e6a1e48df3befeedd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 3 Apr 2026 14:00:19 +0000 Subject: [PATCH 2/2] ci: skip go mod download on cache hit for 9 jobs Agent-Logs-Url: https://github.com/github/gh-aw/sessions/d9b9b468-31ba-4257-9097-a33a20be2acd Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a08e978d57..c7abe3b479a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -477,6 +477,7 @@ jobs: fi - name: Download dependencies with retry + if: steps.setup-go.outputs.cache-hit != 'true' run: | set -e MAX_RETRIES=3 @@ -631,6 +632,7 @@ jobs: fi - name: Download dependencies with retry + if: steps.setup-go.outputs.cache-hit != 'true' run: | set -e MAX_RETRIES=3 @@ -1073,6 +1075,7 @@ jobs: fi - name: Download dependencies with retry + if: steps.setup-go.outputs.cache-hit != 'true' run: | set -e MAX_RETRIES=3 @@ -1321,6 +1324,7 @@ jobs: fi - name: Download dependencies with retry + if: steps.setup-go.outputs.cache-hit != 'true' run: | set -e MAX_RETRIES=3 @@ -1416,6 +1420,7 @@ jobs: fi - name: Download dependencies with retry + if: steps.setup-go.outputs.cache-hit != 'true' run: | set -e MAX_RETRIES=3 @@ -1630,6 +1635,7 @@ jobs: fi - name: Download dependencies with retry + if: steps.setup-go.outputs.cache-hit != 'true' run: | set -e MAX_RETRIES=3 @@ -1699,6 +1705,7 @@ jobs: fi - name: Download dependencies with retry + if: steps.setup-go.outputs.cache-hit != 'true' run: | set -e MAX_RETRIES=3 @@ -2092,6 +2099,7 @@ jobs: fi - name: Download dependencies with retry + if: steps.setup-go.outputs.cache-hit != 'true' shell: bash run: | set -e @@ -2214,6 +2222,7 @@ jobs: fi - name: Download dependencies with retry + if: steps.setup-go.outputs.cache-hit != 'true' run: | set -e MAX_RETRIES=3