We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677dbb3 commit 8f7784fCopy full SHA for 8f7784f
1 file changed
.github/workflows/test.yml
@@ -51,4 +51,4 @@ jobs:
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
53
STEP_REGEX: build-.*
54
- JOB_REGEX: .*\((?:(.*?),)+\)
+ JOB_REGEX: compile \((?<osName>.+?), (?<osVersion>.+?), (?<config>.+?), (?<cppVersion>.+?), (?<vendorName>.+?), (?<vendorVersion>.+?)\)
0 commit comments