Skip to content

Commit

Permalink
change label
Browse files Browse the repository at this point in the history
  • Loading branch information
khintz authored Jun 3, 2024
1 parent f75bd53 commit f57f9e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cirun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ runners:
# Add this label in the "runs-on" param in .github/workflows/<workflow-name>.yml
# So that this runner is created for running the workflow
labels:
- "cirun-aws-runner"
- "cirun-aws-runner-two"
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f57f9e9

Please sign in to comment.