aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 13:54:58 +0900
committerTakayuki Matsuoka <t-mat@users.noreply.github.com>2021-05-31 13:54:58 +0900
commit8d4005a1cafe824f978761668e14e57ae8f31579 (patch)
tree432c19b7147fdb6b6ee423526338d9c8d8237257 /.github/workflows
parent44b8b10f84e169a47ebd346c31c565bae49e32b3 (diff)
downloadlz4-8d4005a1cafe824f978761668e14e57ae8f31579.tar.gz
Add label for checkTag test
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 70ce2d5e..041168b2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -590,6 +590,7 @@ jobs:
# Check git tag for LZ4 releases
#
lz4-check-tag:
+ name: git version tag checking for release
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2