Skip to content

Commit 0d1b6b8

Browse files
committed
Update if.
Signed-off-by: Jay Zhang <[email protected]>
1 parent 527efa2 commit 0d1b6b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Pylint Workflow
1+
name: Pylint
22

33
on:
44
pull_request:

.github/workflows/unit_tests_core.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ jobs:
2323
opset_version: ['18', '15']
2424
ort_version: ['1.16.3']
2525
os: ['ubuntu-latest', 'windows-2022']
26-
if: ${{ matrix.tf_version == '2.9.0' && matrix.python_version == '3.8' }}
2726
runs-on: ${{ matrix.os }}
27+
# if: ${{ matrix.tf_version == '2.9.0' && matrix.python_version == '3.8' }}
28+
if: ${{ matrix.tf_version == '2.9.0' }}
2829

2930
steps:
3031
- name: Set up Python (${{ matrix.python_version }})
@@ -79,7 +80,6 @@ jobs:
7980
path: ./**/test-results-*.xml
8081

8182
publish-test-results:
82-
fail-fast: false
8383
name: "Publish Tests Results to Github"
8484
needs: run_tests
8585
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)