Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewige committed Dec 13, 2024
1 parent 085aa12 commit 0e630a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
matrix:
configurations: ${{ fromJSON(inputs.configurations) }}

runs-on: ${{ (inputs.self-hosted-runner) && fromJSON('[ "self-hosted", " 1ES.Pool=ebpf-cicd-runner-pool-${{ inputs.environment }}"]') || ${{ inputs.environment }} }}
runs-on: ${{ inputs.self-hosted-runner && fromJSON('["self-hosted", "1ES.Pool=ebpf-cicd-runner-pool-' + inputs.environment + '"]') || inputs.environment }}

env:
# Configuration type to build.
SOURCE_ROOT: ${{github.workspace}}
Expand Down

0 comments on commit 0e630a9

Please sign in to comment.