Fix names for individual workflows
This commit is contained in:
2
.github/workflows/build_addon.yaml
vendored
2
.github/workflows/build_addon.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Build and Push Addon Image
|
||||
name: Build and Push Addon Service
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/build_consumer.yaml
vendored
2
.github/workflows/build_consumer.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Build and Push Addon Image
|
||||
name: Build and Push Consumer Service
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/build_jackett-addon.yaml
vendored
2
.github/workflows/build_jackett-addon.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Build and Push Addon Image
|
||||
name: Build and Push Jackett Addon Service
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/build_metadata.yaml
vendored
2
.github/workflows/build_metadata.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Build and Push Addon Image
|
||||
name: Build and Push Metadata Service
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
2
.github/workflows/build_producer.yaml
vendored
2
.github/workflows/build_producer.yaml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Build and Push Addon Image
|
||||
name: Build and Push Producer Service
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
Reference in New Issue
Block a user