Skip to content

Commit 037bf6e

Browse files
committed
Set RUNNER_ENVIRONMENT to self-hosted in workflow
1 parent 93aea31 commit 037bf6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/bat.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
products: ${{ matrix.products }}
7979
env:
8080
AGENT_ISSELFHOSTED: 1
81+
RUNNER_ENVIRONMENT: self-hosted
8182
- name: Check matlabroot output is set
8283
run: 'if [[ "${{ steps.setup_matlab.outputs.matlabroot }}" != *"MATLAB"* ]]; then exit 1; fi'
8384
shell: bash

0 commit comments

Comments
 (0)