Skip to content

Commit c17b247

Browse files
authored
[GHA] Fix parsing special characters (openvinotoolkit#29184)
Try to fix parsing issue: https://github.com/openvinotoolkit/openvino/actions ``` Encountered an issue parsing workflow trigger(s) "linux (ubuntu 22.04, python 3.11, intel dpc++ compiler)" in a workflow ".github/workflows/workflow_rerunner.yml". ``` Escape `\\+\\+` the same way as in https://github.com/openvinotoolkit/openvino/blob/master/.github/workflows/export_workflow_metrics.yml#L18
1 parent b5e1d3a commit c17b247

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

.github/workflows/workflow_rerunner.yml

+15-15
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ name: Rerun Workflow with Known Errors
33
on:
44
workflow_run:
55
workflows:
6-
- Linux (Ubuntu 20.04, Python 3.9)
7-
- Linux (Ubuntu 22.04, Python 3.11)
8-
- Linux (Ubuntu 24.04, Python 3.12)
9-
- Debian 10 ARM
10-
- Android ARM64 with vcpkg
11-
- Android x64
12-
- Linux ARM64 (Ubuntu 20.04, Python 3.11)
13-
- Linux Static CC (Ubuntu 22.04, Python 3.11, Clang)
14-
- Linux RISC-V with Conan (Ubuntu 22.04, Python 3.10)
15-
- Linux (Ubuntu 22.04, Python 3.11, Intel DPC++ Compiler)
16-
- Fedora 29 (RHEL 8.4), Python 3.9
17-
- Windows (VS 2022, Python 3.11, Release)
18-
- Windows (VS 2022, Python 3.11, Debug)
19-
- Windows Conditional Compilation (VS 2022, Python 3.11)
20-
- Manylinux 2014
6+
- "Linux (Ubuntu 20.04, Python 3.9)"
7+
- "Linux (Ubuntu 22.04, Python 3.11)"
8+
- "Linux (Ubuntu 24.04, Python 3.12)"
9+
- "Debian 10 ARM"
10+
- "Android ARM64 with vcpkg"
11+
- "Android x64"
12+
- "Linux ARM64 (Ubuntu 20.04, Python 3.11)"
13+
- "Linux Static CC (Ubuntu 22.04, Python 3.11, Clang)"
14+
- "Linux RISC-V with Conan (Ubuntu 22.04, Python 3.10)"
15+
- "Linux (Ubuntu 22.04, Python 3.11, Intel DPC\\+\\+ Compiler)"
16+
- "Fedora 29 (RHEL 8.4), Python 3.9"
17+
- "Windows (VS 2022, Python 3.11, Release)"
18+
- "Windows (VS 2022, Python 3.11, Debug)"
19+
- "Windows Conditional Compilation (VS 2022, Python 3.11)"
20+
- "Manylinux 2014"
2121
types:
2222
- completed
2323
pull_request:

0 commit comments

Comments
 (0)