Skip to content

Commit 341977f

Browse files
authored
Update the check context to use CI Quick (#1606)
* Update the check context to use CI Quick * Add name in the workflows
1 parent 9eb84c5 commit 341977f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-quick.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ on:
2525

2626
jobs:
2727
build:
28+
name: build
2829

2930
permissions:
3031
contents: read
@@ -49,6 +50,7 @@ jobs:
4950
run: mvn apache-rat:check
5051

5152
test:
53+
name: test
5254

5355
permissions:
5456
contents: read

0 commit comments

Comments
 (0)