Skip to content

Commit

Permalink
Try round brackets with tg workflow name
Browse files Browse the repository at this point in the history
  • Loading branch information
tt-rkim committed Jun 21, 2024
1 parent 6f4b10e commit ea41034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_produce-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
- "Build"
- "(post-commit) all - Static checks, linters etc."
- "All post-commit workflows"
- "[TG] TG model perf tests"
- "(TG) TG model perf tests"
- "Model perf regressions and output report"
- "Device perf regressions and output report"
- "[T3K] T3000 model perf tests"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-and-unit-tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "(post-commit) all - Static checks, linters etc."
name: "(TG) TG model perf tests"

on:
workflow_call:
Expand Down

0 comments on commit ea41034

Please sign in to comment.