Skip to content

Commit

Permalink
unique workflow names
Browse files Browse the repository at this point in the history
  • Loading branch information
sschiessl-bcp committed Feb 18, 2022
1 parent d294e5c commit 488b279
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-build-and-deploy-develop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This workflow will do a clean install of node dependencies, build the source code and push the binaries to the deployment repository.
name: Continuous Delivery and Deployment
name: Build & Deploy develop

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-build-and-deploy-staging.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This workflow will do a clean install of node dependencies, build the source code and push the binaries to the deployment repository.
name: Continuous Delivery and Deployment
name: Build & Deploy staging

on:
push:
Expand Down

0 comments on commit 488b279

Please sign in to comment.