Skip to content

Commit 8f7784f

Browse files
committed
Update job regex
1 parent 677dbb3 commit 8f7784f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5252
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
5353
STEP_REGEX: build-.*
54-
JOB_REGEX: .*\((?:(.*?),)+\)
54+
JOB_REGEX: compile \((?<osName>.+?), (?<osVersion>.+?), (?<config>.+?), (?<cppVersion>.+?), (?<vendorName>.+?), (?<vendorVersion>.+?)\)

0 commit comments

Comments
 (0)