Skip to content

Commit

Permalink
fix: Update Runner Labels (#712)
Browse files Browse the repository at this point in the history
**Reason for Change**:
Update runner labels

Signed-off-by: Ishaan Sehgal <ishaanforthewin@gmail.com>
  • Loading branch information
ishaansehgal99 authored Nov 20, 2024
1 parent a146f3c commit 9d72066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ on:

jobs:
e2e-tests:
runs-on: [ "self-hosted" ]
runs-on: [ "self-hosted", "hostname:kaito-e2e-github-runner" ]
name: e2e-tests-${{ inputs.node_provisioner }}
permissions:
contents: read
Expand Down

0 comments on commit 9d72066

Please sign in to comment.