[ci] Rename workflows
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
parent
de19450f44
commit
1fbbfcd063
3 changed files with 4 additions and 4 deletions
2
.github/workflows/pull-requests-release.yaml
vendored
2
.github/workflows/pull-requests-release.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Verify and Finalize Release PR
|
||||
name: Releasing PR
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
|
|||
4
.github/workflows/pull-requests.yaml
vendored
4
.github/workflows/pull-requests.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Build and Test
|
||||
name: Pull Request
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
@ -6,7 +6,7 @@ on:
|
|||
|
||||
jobs:
|
||||
e2e:
|
||||
name: Build and Test for Pull Requests
|
||||
name: Build and Test
|
||||
runs-on: [self-hosted]
|
||||
permissions:
|
||||
contents: read
|
||||
|
|
|
|||
2
.github/workflows/tags.yaml
vendored
2
.github/workflows/tags.yaml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Prepare Release
|
||||
name: Versioned Tag
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue