From 62fd64e51973b2eb7088c44055e5ca20f2a1942b Mon Sep 17 00:00:00 2001 From: "K. Hintz" Date: Mon, 3 Jun 2024 15:38:41 +0200 Subject: [PATCH] change label again --- .cirun.yml | 2 +- .github/workflows/ci-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirun.yml b/.cirun.yml index b4340195..f612bc2a 100644 --- a/.cirun.yml +++ b/.cirun.yml @@ -10,4 +10,4 @@ runners: # Add this label in the "runs-on" param in .github/workflows/.yml # So that this runner is created for running the workflow labels: - - "cirun-aws-runner-two" \ No newline at end of file + - "cirun-aws-runner" \ No newline at end of file diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index dcd7b725..b543f8a7 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -4,7 +4,7 @@ on: [push, pull_request] jobs: tests: - runs-on: "cirun-aws-runner-two--${{ github.run_id }}" + runs-on: "cirun-aws-runner--${{ github.run_id }}" steps: - name: Checkout uses: actions/checkout@v2