From 292d19ec6d00ad25f45179af518cc86dab427a1b Mon Sep 17 00:00:00 2001 From: Sourabh Mehta Date: Mon, 6 Jul 2026 13:23:57 +0200 Subject: [PATCH] Update workflow to run on hardware for all event types and rename workflow --- .github/workflows/Build_RPS_AppKit-E8.yml | 2 +- .github/workflows/Run_RPS_AppKit-E8.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Build_RPS_AppKit-E8.yml b/.github/workflows/Build_RPS_AppKit-E8.yml index 104eeb4..9fce725 100644 --- a/.github/workflows/Build_RPS_AppKit-E8.yml +++ b/.github/workflows/Build_RPS_AppKit-E8.yml @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: Build and Run RPS on AppKit-E8 Hardware +name: Build on AppKit-E8 Hardware on: workflow_dispatch: pull_request: diff --git a/.github/workflows/Run_RPS_AppKit-E8.yml b/.github/workflows/Run_RPS_AppKit-E8.yml index 9d46202..9988dca 100644 --- a/.github/workflows/Run_RPS_AppKit-E8.yml +++ b/.github/workflows/Run_RPS_AppKit-E8.yml @@ -40,7 +40,7 @@ jobs: exit 1 CI: - if: ${{ ((github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' ) && github.repository == 'Arm-Examples/ModelNova') }} + if: ${{ github.repository == 'Arm-Examples/ModelNova' }} runs-on: [self-hosted, rsp-p5-01] steps: