From df0655f75f73ad02c09df835166c1a96322b030c Mon Sep 17 00:00:00 2001 From: dawit-cht Date: Fri, 25 Oct 2024 16:26:00 +0700 Subject: [PATCH 1/4] fix: test arc runner --- .github/workflows/test-arc.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/test-arc.yml diff --git a/.github/workflows/test-arc.yml b/.github/workflows/test-arc.yml new file mode 100644 index 0000000..e7d0353 --- /dev/null +++ b/.github/workflows/test-arc.yml @@ -0,0 +1,16 @@ +name: "Run test arc" +on: + push: + branches: + - jeep/test-arc + +jobs: + build: + runs-on: [test] + steps: + - name: Checkout repository + uses: actions/checkout@v4 + + - name: Display current directory + run: pwd + From 51e956b0c006dbddbed2673b43f1373a18ab373e Mon Sep 17 00:00:00 2001 From: dawit-cht Date: Fri, 25 Oct 2024 16:45:57 +0700 Subject: [PATCH 2/4] fix: labels --- .github/workflows/test-arc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-arc.yml b/.github/workflows/test-arc.yml index e7d0353..5f4e63a 100644 --- a/.github/workflows/test-arc.yml +++ b/.github/workflows/test-arc.yml @@ -6,7 +6,7 @@ on: jobs: build: - runs-on: [test] + runs-on: test steps: - name: Checkout repository uses: actions/checkout@v4 From ff88a39abdb34bb12b1f609fb8204cd964050012 Mon Sep 17 00:00:00 2001 From: dawit-cht Date: Fri, 25 Oct 2024 16:51:54 +0700 Subject: [PATCH 3/4] fix: labels follow getting start --- .github/workflows/test-arc.yml | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/.github/workflows/test-arc.yml b/.github/workflows/test-arc.yml index 5f4e63a..1b8cbab 100644 --- a/.github/workflows/test-arc.yml +++ b/.github/workflows/test-arc.yml @@ -1,16 +1,12 @@ -name: "Run test arc" +name: Actions Runner Controller Demo on: push: - branches: - - jeep/test-arc + - jeep/test-arc + workflow_dispatch: jobs: - build: - runs-on: test + Explore-GitHub-Actions: + # You need to use the INSTALLATION_NAME from the previous step + runs-on: arc-runner-set steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Display current directory - run: pwd - + - run: echo "🎉 This job uses runner scale set runners!" From 8dfbcca30a5bbc5692954c448c3534f901ed9bb4 Mon Sep 17 00:00:00 2001 From: dawit-cht Date: Fri, 25 Oct 2024 16:52:43 +0700 Subject: [PATCH 4/4] fix: syntax error --- .github/workflows/test-arc.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-arc.yml b/.github/workflows/test-arc.yml index 1b8cbab..0d85407 100644 --- a/.github/workflows/test-arc.yml +++ b/.github/workflows/test-arc.yml @@ -1,7 +1,8 @@ name: Actions Runner Controller Demo on: push: - - jeep/test-arc + branch: + - jeep/test-arc workflow_dispatch: jobs: