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