Skip to content

Commit

Permalink
trying to get the runner-selection correct
Browse files Browse the repository at this point in the history
  • Loading branch information
dagfinno committed Sep 27, 2024
1 parent c275ec8 commit 5f82d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/taxreport-loadtest-ondemand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ on:
description: 'Select runner to run the test'
required: true
type: choice
default: "['self-hosted', 'macOS', 'X64']"
default: "ubuntu-latest"
options:
#- ubuntu-latest
- "ubuntu-latest"
- "['self-hosted', 'macOS', 'X64']"

jobs:
Expand Down

0 comments on commit 5f82d18

Please sign in to comment.