Skip to content

Commit db02082

Browse files
committed
chore: merge main to use self-hosted runner
2 parents 09f764f + 2b060c1 commit db02082

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/codebuild-pr-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
build:
2727
# Runner exists only for aws-cdk repo
2828
if: github.repository == 'pahud/aws-cdk'
29-
runs-on: ubuntu-latest
29+
# runs-on: ubuntu-latest
30+
runs-on: self-hosted
3031
# runs-on: codebuild-aws-cdk-github-actions-runner-${{ github.run_id }}-${{ github.run_attempt }}
3132

3233
env:

0 commit comments

Comments
 (0)