chore: update workflow (#124)

This commit is contained in:
Tuan Anh Nguyen Dang (Tadashi_Cin)
2024-08-26 09:52:16 +07:00
committed by GitHub
parent 2570e11501
commit bb56ef4f8e
4 changed files with 12 additions and 6 deletions

View File

@@ -11,7 +11,9 @@ env:
jobs:
unit-test:
if: ${{ !cancelled() }}
if: false # temporary disable this job due to legacy interface
#TODO: enable this job after the new interface is ready
# if: ${{ !cancelled() }}
runs-on: ${{ matrix.os }}
timeout-minutes: 20
defaults: