ci: Make workflow names consistent
Signed-off-by: Alexis Sellier <self@cloudhead.io>
This commit is contained in:
parent
8318b07d89
commit
079c193d0c
|
|
@ -1,4 +1,4 @@
|
|||
name: Build and push container images
|
||||
name: Deploy
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
name: Release
|
||||
name: Release / cli
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
name: Upload binaries for frontend e2e tests
|
||||
name: Release / httpd
|
||||
|
||||
on:
|
||||
push:
|
||||
Loading…
Reference in New Issue