From e298372f765f3cbc4d975d40bab8ae24fe6b80fb Mon Sep 17 00:00:00 2001 From: Ioannis Igoumenos Date: Mon, 13 Apr 2026 18:28:46 +0300 Subject: [PATCH] update github action run on codebuild configuration setup --- .github/workflows/registry-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/registry-ci.yml b/.github/workflows/registry-ci.yml index a720dfa4d..92e0d7162 100644 --- a/.github/workflows/registry-ci.yml +++ b/.github/workflows/registry-ci.yml @@ -7,7 +7,8 @@ on: jobs: setup-and-test: - runs-on: ubuntu-latest + runs-on: + - codebuild-comanage-pipeline-${{ github.run_id }}-${{ github.run_attempt }} strategy: fail-fast: false