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 57d7074 commit ba7ce61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/taxreport-loadtest-ondemand.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ on:

jobs:
run-test:
runs-on: [ "${{ fromJSON(inputs.select-runner) }}" ]
runs-on: [ "${{ inputs.select-runner }}" ]
#runs-on: ['self-hosted', 'macOS', 'X64']
#runs-on: ['self-hosted', 'Windows', 'X64']
steps:
Expand Down

0 comments on commit ba7ce61

Please sign in to comment.