We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff00a8 commit 3ab9d4bCopy full SHA for 3ab9d4b
.github/workflows/pkgci.yml
@@ -104,11 +104,10 @@ jobs:
104
if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'test_onnx')
105
uses: ./.github/workflows/pkgci_test_onnx.yml
106
107
- # TODO(https://github.com/iree-org/iree-test-suites/issues/56): re-enable when git LFS quota is available
108
test_sharktank:
109
name: Test Sharktank
110
needs: [setup, build_packages]
111
- if: false && contains(fromJson(needs.setup.outputs.enabled-jobs), 'test_sharktank')
+ if: contains(fromJson(needs.setup.outputs.enabled-jobs), 'test_sharktank')
112
uses: ./.github/workflows/pkgci_test_sharktank.yml
113
114
test_tensorflow:
0 commit comments