Skip to content

Commit 65f7fe5

Browse files
Update main.yml
use the specific runner
1 parent 0c36fb6 commit 65f7fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
if: ${{ github.ref == 'refs/heads/2025_Nov_re-structure' }}
1515

1616
# The type of runner that the job will run on
17-
runs-on: self-hosted
17+
runs-on: [self-hosted, sample-upload]
1818
env:
1919
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
2020

0 commit comments

Comments
 (0)