From db5776871e63bb7dad804e8278c50ca2f377264b Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Thu, 24 Oct 2024 19:22:45 +0200 Subject: [PATCH] build: update dev build Signed-off-by: AuxXxilium --- .github/workflows/autobuild.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index e1f70d23..4e77d718 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -5,17 +5,14 @@ # See /LICENSE for more information. # -name: Build Arc Base Dev +name: Build Arc Image Dev on: workflow_dispatch: - push: - branches: - - dev jobs: build: - runs-on: ubuntu-latest + runs-on: self-hosted steps: - name: Checkout uses: actions/checkout@main