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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
name: Release
|
name: Release / cli
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
name: Upload binaries for frontend e2e tests
|
name: Release / httpd
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
Loading…
Reference in New Issue