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: