Skip to content

Commit 96f7f36

Browse files
Hot-fix GH actions (#230)
1 parent d608bc8 commit 96f7f36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66
branches: [ main ]
77

88
concurrency:
9-
group: ${{ github.head_ref }}
10-
cancel-in-progress: true
9+
group: ${{ github.ref }}
10+
cancel-in-progress: ${{ github.ref != 'refs/heads/master' }}
1111

1212
jobs:
1313
linter:
@@ -273,4 +273,4 @@ jobs:
273273
274274
wget https://s3.amazonaws.com/onnx-model-zoo/vgg/vgg16/vgg16.tar.gz > /dev/null 2>&1
275275
tar -xf vgg16.tar.gz > /dev/null
276-
AIO_IMPLICIT_FP16_TRANSFORM_FILTER=".*" python3 computer_vision/classification/vgg_16/run.py -m vgg16/vgg16.onnx -p fp32 -f ort
276+
AIO_IMPLICIT_FP16_TRANSFORM_FILTER=".*" python3 computer_vision/classification/vgg_16/run.py -m vgg16/vgg16.onnx -p fp32 -f ort

0 commit comments

Comments
 (0)