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
|
# yamllint disable rule:truthy
|
||||||
|
|
||||||
name: DCO check
|
name: Another check
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
dco:
|
another:
|
||||||
name: DCO
|
name: Another
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: node:22-bookworm
|
image: node:22-bookworm
|
Loading…
Add table
Reference in a new issue