Skip to content

Commit 5991534

Browse files
committed
ci
1 parent a261238 commit 5991534

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
paths-ignore:
66
- "README.md"
77
- "doc/*.txt"
8-
pull_request:
98

109
jobs:
1110
themis:
@@ -48,7 +47,6 @@ jobs:
4847
pip install covimerage==0.2.2
4948
covimerage write_coverage "${THEMIS_PROFILE}"
5049
covimerage xml
51-
# - uses: k1LoW/octocov-action@5213913fe329368ab9dafa16f18f4f3cce1062f0 # v1.3.0
5250
- name: create filename
5351
id: filename
5452
run: echo "filename=${{ runner.os }}-$(test \"${{ matrix.neovim }}\" = \"true\" && echo neovim || echo vim )-${{ matrix.version }}" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)