diff --git a/.github/workflows/fortify.yaml b/.github/workflows/fortify.yaml index 671a5365..63dcea4e 100644 --- a/.github/workflows/fortify.yaml +++ b/.github/workflows/fortify.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: Fortify scan - run: powershell -ExecutionPolicy RemoteSigned -NoExit -File ${{ github.workspace }}\build\ps\Invoke-FortifyScan.ps1 \ No newline at end of file + run: powershell -ExecutionPolicy RemoteSigned -NoExit -File ${{ github.workspace }}\build\ps\Invoke-FortifyScan.ps1