diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0f892007..712d6c6f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,8 +6,8 @@ on: branches: [ main ] concurrency: - group: ${{ github.head_ref }} - cancel-in-progress: true + group: ${{ github.ref }} + cancel-in-progress: ${{ github.ref != 'refs/heads/master' }} jobs: linter: @@ -273,4 +273,4 @@ jobs: wget https://s3.amazonaws.com/onnx-model-zoo/vgg/vgg16/vgg16.tar.gz > /dev/null 2>&1 tar -xf vgg16.tar.gz > /dev/null - AIO_IMPLICIT_FP16_TRANSFORM_FILTER=".*" python3 computer_vision/classification/vgg_16/run.py -m vgg16/vgg16.onnx -p fp32 -f ort \ No newline at end of file + AIO_IMPLICIT_FP16_TRANSFORM_FILTER=".*" python3 computer_vision/classification/vgg_16/run.py -m vgg16/vgg16.onnx -p fp32 -f ort