Use aw-gpu-runner-T4 for 3 daily workflows#22940
Merged
Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Agent-Logs-Url: https://github.com/github/gh-aw/sessions/3152ab32-e6fd-4ace-9461-bc149329851f
Copilot created this pull request from a session on behalf of
pelikhan
March 25, 2026 18:14
View session
Contributor
There was a problem hiding this comment.
Pull request overview
Updates three daily gh-aw workflows to run their agent job on the aw-gpu-runner-T4 runner, aligning them with the GPU runner configuration used elsewhere in the repo.
Changes:
- Added
runs-on: aw-gpu-runner-T4to the frontmatter of 3 daily workflow.mdmanifests. - Recompiled the corresponding
.lock.ymlfiles so the generatedjobs.agent.runs-onreflects the new runner selection.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/daily-news.md | Sets the workflow-level runner to aw-gpu-runner-T4. |
| .github/workflows/daily-news.lock.yml | Updates compiled jobs.agent.runs-on and metadata hash after recompilation. |
| .github/workflows/daily-issues-report.md | Sets the workflow-level runner to aw-gpu-runner-T4. |
| .github/workflows/daily-issues-report.lock.yml | Updates compiled jobs.agent.runs-on and metadata hash after recompilation. |
| .github/workflows/daily-fact.md | Sets the workflow-level runner to aw-gpu-runner-T4. |
| .github/workflows/daily-fact.lock.yml | Updates compiled jobs.agent.runs-on and metadata hash after recompilation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This was referenced Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds
runs-on: aw-gpu-runner-T4to 3 daily workflows, matching the GPU runner used for the qmd indexing step.Workflows updated:
daily-fact.mddaily-news.mddaily-issues-report.mdThe lock files have been recompiled to reflect the change.