Skip to content

Commit

Permalink
update build flow
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic-otn committed Oct 26, 2023
1 parent 1940ed3 commit 8d6a2f9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/sonic-otn-ot-pre-202411-vs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,19 @@ on:
branches: [ "otn_pre_202411" ]
workflow_dispatch:

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
build:

runs-on: sonic-otn-server

steps:
- uses: actions/checkout@v3

- name: build
working-directory: ./${{github.run_number}}_${{ github.sha }}
run: |
make init
make configure PLATFORM=ot-vs
Expand Down

0 comments on commit 8d6a2f9

Please sign in to comment.