diff --git a/.github/workflows/Blackduck.yaml b/.github/workflows/Blackduck.yaml index c1e0830c..e25ea41d 100644 --- a/.github/workflows/Blackduck.yaml +++ b/.github/workflows/Blackduck.yaml @@ -16,7 +16,7 @@ jobs: # This workflow contains a single job called "build" build: # The type of runner that the job will run on - runs-on: builder_blr + runs-on: [self-hosted, research] # Steps represent a sequence of tasks that will be executed as part of the job steps: @@ -26,4 +26,4 @@ jobs: fetch-depth: 0 ref: main - name: blackduck scan - run: powershell -ExecutionPolicy RemoteSigned -NoExit -File ${{ github.workspace }}\Build\PS\Invoke-BlackduckDetect.ps1 -SourcePath ${{ github.workspace }} \ No newline at end of file + run: powershell -ExecutionPolicy RemoteSigned -NoExit -File ${{ github.workspace }}\Build\PS\Invoke-BlackduckDetect.ps1 -SourcePath ${{ github.workspace }}