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 54f3f5d commit 7b0f6df
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: ubuntu-latest
default: "'self-hosted', 'macOS', 'X64'"
options:
- ubuntu-latest
#- ubuntu-latest
- "'self-hosted', 'macOS', 'X64'"

jobs:
Expand Down

0 comments on commit 7b0f6df

Please sign in to comment.