From a3f6f05f0b9ac6294ee80dbba074ef9ec346ca72 Mon Sep 17 00:00:00 2001 From: Anish Nair Date: Tue, 28 Apr 2026 08:53:38 +0000 Subject: [PATCH 1/2] (ci) Update workflow to trigger on this branch Per commit build jobs enabled for this branch of repository --- .github/workflows/sysarch_commit.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sysarch_commit.yml b/.github/workflows/sysarch_commit.yml index 27822cdc..c782cb02 100644 --- a/.github/workflows/sysarch_commit.yml +++ b/.github/workflows/sysarch_commit.yml @@ -2,9 +2,11 @@ name: SYSARCH-ACS Integration Build (push/PR) on: push: - branches: [ main ] + branches: + - '**' pull_request: - branches: [ main ] + branches: + - '**' workflow_dispatch: jobs: From ae45b500b6fce1f84b9a76710e3a84f47a45ff57 Mon Sep 17 00:00:00 2001 From: Anish Nair Date: Wed, 29 Apr 2026 12:18:12 +0000 Subject: [PATCH 2/2] (ci) Update workflow to stop running Linux builds on this branch updated all .yml files to stop running Linux builds --- .github/workflows/sysarch_ci.yml | 2 +- .github/workflows/sysarch_commit.yml | 2 +- .github/workflows/sysarch_daily.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sysarch_ci.yml b/.github/workflows/sysarch_ci.yml index 3b54b361..eebf7850 100644 --- a/.github/workflows/sysarch_ci.yml +++ b/.github/workflows/sysarch_ci.yml @@ -27,7 +27,7 @@ on: description: "Run Linux ACS build" required: false type: boolean - default: true + default: false secrets: dummy: required: false diff --git a/.github/workflows/sysarch_commit.yml b/.github/workflows/sysarch_commit.yml index c782cb02..76b4eef0 100644 --- a/.github/workflows/sysarch_commit.yml +++ b/.github/workflows/sysarch_commit.yml @@ -17,5 +17,5 @@ jobs: toolchain: arm-toolchain,gcc run-uefi: true run-baremetal: true - run-linux: true + run-linux: false secrets: inherit diff --git a/.github/workflows/sysarch_daily.yml b/.github/workflows/sysarch_daily.yml index 3c965c74..b0ad4280 100644 --- a/.github/workflows/sysarch_daily.yml +++ b/.github/workflows/sysarch_daily.yml @@ -13,5 +13,5 @@ jobs: toolchain: arm-toolchain run-uefi: true run-baremetal: true - run-linux: true + run-linux: false secrets: inherit