ci: more seprated names
This commit is contained in:
parent
b32f85df2d
commit
acbbe8f4b3
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -4,7 +4,7 @@ on:
|
||||
tags:
|
||||
- '**'
|
||||
jobs:
|
||||
ci:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -5,7 +5,7 @@ on:
|
||||
tags-ignore:
|
||||
- '**'
|
||||
jobs:
|
||||
ci:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
Loading…
Reference in New Issue
Block a user