From 8841ab95708e68692941e087b13985b4b4077732 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 18 Apr 2026 22:22:47 +0000 Subject: [PATCH 1/2] Fix invalid needs references in ci workflow Agent-Logs-Url: https://github.com/github/gh-aw/sessions/824daf47-d1a1-4d00-b24e-10b929b99778 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62c5bdc7ff6..62a21b2e90a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -330,7 +330,6 @@ jobs: if: ${{ needs.changes.outputs.has_changes == 'true' && (github.ref == 'refs/heads/main') }} needs: - changes - - validate-yaml runs-on: ubuntu-latest timeout-minutes: 20 permissions: @@ -744,7 +743,6 @@ jobs: if: ${{ needs.changes.outputs.has_changes == 'true' && (false) }} needs: - changes - - build runs-on: ubuntu-latest timeout-minutes: 20 permissions: From 124144d9f8a76653cfb2beb30c6ed68e6784efab Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 18 Apr 2026 22:27:35 +0000 Subject: [PATCH 2/2] Remove stale validate-yaml job dependencies from ci workflow Agent-Logs-Url: https://github.com/github/gh-aw/sessions/824daf47-d1a1-4d00-b24e-10b929b99778 Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62a21b2e90a..6ca207ba73f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1195,7 +1195,6 @@ jobs: if: ${{ needs.changes.outputs.has_changes == 'true' && (github.ref == 'refs/heads/main') }} needs: - changes - - validate-yaml runs-on: ubuntu-latest timeout-minutes: 15 permissions: @@ -1325,7 +1324,6 @@ jobs: if: ${{ needs.changes.outputs.has_changes == 'true' && (github.ref == 'refs/heads/main') }} needs: - changes - - validate-yaml runs-on: ubuntu-latest timeout-minutes: 10 permissions: