From b25d62f752128fc8c8f5052ac5763b8d57de4c2f Mon Sep 17 00:00:00 2001 From: aswin-in-philips <95461541+aswin-in-philips@users.noreply.github.com> Date: Fri, 7 Jan 2022 12:08:04 +0530 Subject: [PATCH] Update Blackduck.yaml --- .github/workflows/Blackduck.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}