Skip to content

Commit

Permalink
make workflow display name easier to scan
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Apr 16, 2024
1 parent b805c7f commit 669f9fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This workflow will build a docker image, push it to ghcr.io, and deploy it to an Azure WebApp.
name: Build and Deploy to dev service app
name: Build and Deploy -- DEV

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy_prod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This workflow will build a docker image, push it to ghcr.io, and deploy it to an Azure WebApp.
name: Build and Deploy to prod service apps
name: Build and Deploy -- PROD

on:
workflow_dispatch:
Expand Down

0 comments on commit 669f9fa

Please sign in to comment.