We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d0138b commit a76fc4cCopy full SHA for a76fc4c
.github/workflows/pre_release.yaml
@@ -37,7 +37,7 @@ jobs:
37
with:
38
ref: ${{ github.ref }}
39
repo-token: ${{ secrets.GITHUB_TOKEN }}
40
- check-name: 'Lint'
+ check-regexp: (Build & Test .*|Lint|Docs build)
41
wait-interval: 5
42
43
update_changelog:
.github/workflows/release.yaml
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
55
56
57
0 commit comments