Skip to content

Commit

Permalink
change jobs workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic-otn committed Oct 26, 2023
1 parent 463b889 commit c50af7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/sonic-otn-ot-pre-202411-vs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ concurrency:
jobs:
build:
runs-on: sonic-otn-server
defaults:
run:
working-directory: ./${{github.run_number}}_${{ github.sha }}

steps:
- uses: actions/checkout@v3
with:
path: ./${{github.run_number}}_${{ github.sha }}

- name: build
run: |
Expand Down

0 comments on commit c50af7e

Please sign in to comment.