Skip to content

Commit ecaddee

Browse files
committed
actions names
1 parent 893471b commit ecaddee

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
build:
7-
name: Release-centos
7+
name: integration-test
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:

.github/workflows/pylint.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on: [push]
55
jobs:
66
build:
77
runs-on: ubuntu-latest
8+
name: pylint
89
strategy:
910
matrix:
1011
python-version: ["3.8", "3.9", "3.10"]

0 commit comments

Comments
 (0)