From 3c86de82a22d1bbfcf47ce374dddce024828632e Mon Sep 17 00:00:00 2001 From: Oziel Santos Date: Tue, 7 Nov 2023 22:32:05 -0300 Subject: [PATCH] chore: update hello.yaml --- .github/workflows/hello.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hello.yaml b/.github/workflows/hello.yaml index 1282b62..3ac43e5 100644 --- a/.github/workflows/hello.yaml +++ b/.github/workflows/hello.yaml @@ -7,7 +7,7 @@ on: jobs: hello_world_job: - runs-on: self-hosted + runs-on: arc-runner-k8s steps: - name: Checkout code uses: actions/checkout@v2