未验证 提交 1922410c 编写于 作者: D dependabot[bot] 提交者: GitHub

Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1 (#1383)

* Bump styfle/cancel-workflow-action from 0.10.0 to 0.10.1

Bumps [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/styfle/cancel-workflow-action/releases)
- [Commits](https://github.com/styfle/cancel-workflow-action/compare/0.10.0...0.10.1)

---
updated-dependencies:
- dependency-name: styfle/cancel-workflow-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: Ndependabot[bot] <support@github.com>

* apply code-format changes
Signed-off-by: Ndependabot[bot] <support@github.com>
Co-authored-by: Ndependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ndependabot[bot] <dependabot[bot]@users.noreply.github.com>
上级 e20ed307
......@@ -109,7 +109,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: cancel-previous-runs
uses: styfle/cancel-workflow-action@0.10.0
uses: styfle/cancel-workflow-action@0.10.1
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v3
......
......@@ -32,7 +32,7 @@ jobs:
steps:
- name: cancel-previous-runs
uses: styfle/cancel-workflow-action@0.10.0
uses: styfle/cancel-workflow-action@0.10.1
with:
access_token: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout repository
......
......@@ -1938,8 +1938,9 @@ int tensorflow_serializer::generate_graph(ir_graph_t* graph)
}
op_load_t loader = op_load_map[tf_node->op].second;
if (loader == 0){
continue;
if (loader == 0)
{
continue;
}
if (loader(tf_node, tf_graph, graph, ir_node) < 0)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册