Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Shopstack - DevSecOps CI/CD Pipeline
# ==============================================================

name: Shopstack DevSecOps Pipeline
name: Shopstack DevSecOps Pipeline For Cart

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/catalogue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Shopstack - DevSecOps CI/CD Pipeline
# ==============================================================

name: Shopstack DevSecOps Pipeline
name: Shopstack DevSecOps Pipeline For Catalogue

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Shopstack - DevSecOps CI/CD Pipeline
# ==============================================================

name: Shopstack DevSecOps Pipeline
name: Shopstack DevSecOps Pipeline For Dispatch

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mongo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Shopstack - DevSecOps CI/CD Pipeline
# ==============================================================

name: Shopstack DevSecOps Pipeline
name: Shopstack DevSecOps Pipeline For Mongo

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mysql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Shopstack - DevSecOps CI/CD Pipeline
# ==============================================================

name: Shopstack DevSecOps Pipeline
name: Shopstack DevSecOps Pipeline For Mysql

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/payment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Shopstack - DevSecOps CI/CD Pipeline
# ==============================================================

name: Shopstack DevSecOps Pipeline
name: Shopstack DevSecOps Pipeline For Payment

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ratings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Shopstack - DevSecOps CI/CD Pipeline
# ==============================================================

name: Shopstack DevSecOps Pipeline
name: Shopstack DevSecOps Pipeline For Ratings

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shipping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Shopstack - DevSecOps CI/CD Pipeline
# ==============================================================

name: Shopstack DevSecOps Pipeline
name: Shopstack DevSecOps Pipeline For Shipping

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Shopstack - DevSecOps CI/CD Pipeline
# ==============================================================

name: Shopstack DevSecOps Pipeline
name: Shopstack DevSecOps Pipeline For User

on:
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Shopstack - DevSecOps CI/CD Pipeline
# ==============================================================

name: Shopstack DevSecOps Pipeline
name: Shopstack DevSecOps Pipeline For Web

on:
pull_request:
Expand Down
Loading