Skip to content

Commit

Permalink
Merge pull request #52769 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Oct 18, 2024
2 parents d8a2afc + 776c8a9 commit a45a993
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,11 @@ Use the category to distinguish between multiple analyses for the same tool or c

| `id` | category | `run_id` |
|----|----|----|
| my-analysis/tool1/2021-02-01 | my-analysis/tool1 | 2021-02-01
| my-analysis/tool1/2022-01-02 | my-analysis/tool1 | 2022-01-02
| my-analysis/tool1/ | my-analysis/tool1 | None
| my-analysis for tool1 | None | my-analysis for tool1

* The run with an `id` of "my-analysis/tool1/2021-02-01" belongs to the category "my-analysis/tool1". Presumably, this is the run from February 2, 2021.
* The run with an `id` of "my-analysis/tool1/2021-02-01" belongs to the category "my-analysis/tool1".
* The run with an `id` of "my-analysis/tool1/" belongs to the category "my-analysis/tool1" but is not distinguished from other runs in that category.
* The run whose `id` is "my-analysis for tool1 " has a unique identifier but cannot be inferred to belong to any category.

Expand Down

0 comments on commit a45a993

Please sign in to comment.