Skip to content

Commit 7ccdeee

Browse files
author
tro
authored
build-gg-lite.yml: use builder default var
1 parent 4ab031d commit 7ccdeee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-gg-lite.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ on:
2323
- master-next
2424
jobs:
2525
clean:
26-
runs-on: codebuild-${{ vars.CODEBUILD_RUNNER_NAME }}-${{ github.run_id }}-${{ github.run_attempt }}
26+
runs-on: codebuild-${{ vars.CODEBUILD_RUNNER_NAME || 'meta-aws-demos' }}-${{ github.run_id }}-${{ github.run_attempt }}
2727
steps:
2828
- name: clean sstate-cache + downloads
2929
if: inputs.clean
@@ -60,7 +60,7 @@ jobs:
6060
- { device: stm32mp13-disco, image: aws-iot-greengrass-lite-demo-tiny-image }
6161
# aws-iot-greengrass-lite-container-demo-image (qemuarm64 only)
6262
- { device: qemuarm64, image: aws-iot-greengrass-lite-container-demo-image }
63-
runs-on: codebuild-${{ vars.CODEBUILD_RUNNER_NAME }}-${{ github.run_id }}-${{ github.run_attempt }}
63+
runs-on: codebuild-${{ vars.CODEBUILD_RUNNER_NAME || 'meta-aws-demos' }}-${{ github.run_id }}-${{ github.run_attempt }}
6464
steps:
6565
- name: checkout meta-aws-demos branch to build
6666
uses: actions/checkout@v4

0 commit comments

Comments
 (0)