From f57f9e9c279441c2cee0def92b23aa4c3649fbfe Mon Sep 17 00:00:00 2001 From: "K. Hintz" Date: Mon, 3 Jun 2024 15:31:11 +0200 Subject: [PATCH] change label --- .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 f612bc2a..b4340195 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" \ No newline at end of file + - "cirun-aws-runner-two" \ No newline at end of file diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index b543f8a7..dcd7b725 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--${{ github.run_id }}" + runs-on: "cirun-aws-runner-two--${{ github.run_id }}" steps: - name: Checkout uses: actions/checkout@v2