Skip to content

Commit

Permalink
chore: renamed pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvilla committed Sep 7, 2023
1 parent fd3684e commit 0904a50
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Leapp CLI CI/CD
name: Leapp CLI CI/CD - prod

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Leapp Core CI/CD
name: Leapp Core CI/CD - prod

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Leapp Desktop App Nightly CD - Dev
name: Leapp Desktop App CD - nightly - dev

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Leapp Desktop App Nightly CD - Prod
name: Leapp Desktop App CD - nightly - prod

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Leapp Desktop App CD
name: Leapp Desktop App CD - prod

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docs
name: Docs docs.leapp.cloud

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR
name: Pull Request semantic versioning check

on:
pull_request_target:
Expand Down

0 comments on commit 0904a50

Please sign in to comment.