Skip to content

Commit

Permalink
Update if.
Browse files Browse the repository at this point in the history
Signed-off-by: Jay Zhang <[email protected]>
  • Loading branch information
fatcat-z committed Jun 20, 2024
1 parent 527efa2 commit 0d1b6b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Pylint Workflow
name: Pylint

on:
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@ jobs:
opset_version: ['18', '15']
ort_version: ['1.16.3']
os: ['ubuntu-latest', 'windows-2022']
if: ${{ matrix.tf_version == '2.9.0' && matrix.python_version == '3.8' }}
runs-on: ${{ matrix.os }}
# if: ${{ matrix.tf_version == '2.9.0' && matrix.python_version == '3.8' }}
if: ${{ matrix.tf_version == '2.9.0' }}

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

publish-test-results:
fail-fast: false
name: "Publish Tests Results to Github"
needs: run_tests
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0d1b6b8

Please sign in to comment.