Use unique name
Signed-off-by: Vitaliy Potyarkin <v.potyarkin@yadro.com>
This commit is contained in:
parent
1ce7c086ba
commit
9b72005398
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
# yamllint disable rule:truthy
|
||||
|
||||
name: DCO check
|
||||
name: Another check
|
||||
on:
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
dco:
|
||||
name: DCO
|
||||
another:
|
||||
name: Another
|
||||
runs-on: docker
|
||||
container:
|
||||
image: node:22-bookworm
|
Loading…
Add table
Reference in a new issue