Skip to content

Commit 6735982

Browse files
committed
Sync auto-amazonq-review.yml from .github repo
1 parent 6c6417f commit 6735982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-amazonq-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ permissions:
3838

3939
jobs:
4040
wait-for-copilot-agents:
41-
runs-on: ubuntu-latest
41+
runs-on: [self-hosted, linux, x64, big]
4242
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
4343
steps:
4444
- name: Checkout code
@@ -79,7 +79,7 @@ jobs:
7979
}
8080
8181
amazonq-code-review:
82-
runs-on: ubuntu-latest
82+
runs-on: [self-hosted, linux, x64, big]
8383
needs: wait-for-copilot-agents
8484
steps:
8585
- name: Checkout code

0 commit comments

Comments
 (0)