Skip to content

Commit

Permalink
fix: naming
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsaporiti committed Jun 20, 2024
1 parent 83481a6 commit 45f39f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/demo_deploy_backend.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Issuer Node Backend to Testing AWS Environment
name: Deploy Issuer Node Backend to Demo AWS Environment

on:
workflow_run:
Expand All @@ -14,7 +14,7 @@ env:

jobs:
build-backend:
name: Build and push latest image to AWS Testing Environment
name: Build and push latest image to AWS Demo Environment
permissions:
id-token: write
contents: write
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/demo_deploy_ui.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Issuer Node UI to Testing AWS Environment
name: Deploy Issuer Node UI to Demo AWS Environment

on:
push:
Expand All @@ -12,7 +12,7 @@ env:

jobs:
deploy:
name: Build and Deploy UI to Testing AWS Environment
name: Build and Deploy UI to Demo AWS Environment
runs-on: ubuntu-latest
permissions:
id-token: write
Expand Down

0 comments on commit 45f39f2

Please sign in to comment.