Skip to content

Commit 3433a39

Browse files
authored
fix: CI (#75)
1 parent 48d8470 commit 3433a39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
lint_and_test:
17-
name: Build & Test
17+
name: Code checks
1818
runs-on: ubuntu-latest
1919

2020
steps:

.github/workflows/pre_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
ref: ${{ github.ref }}
3939
repo-token: ${{ secrets.GITHUB_TOKEN }}
40-
check-regexp: (Build & Test .*|Lint|Docs build)
40+
check-regexp: (Code checks)
4141
wait-interval: 5
4242

4343
update_changelog:

0 commit comments

Comments
 (0)