Skip to content

Commit

Permalink
chore: rename action workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
tericcabrel committed Apr 3, 2024
1 parent 738b8c3 commit 51d9193
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-blog-in-prod.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Prod Image
name: Build and Deploy Prod Image

on:
push:
Expand All @@ -14,7 +14,7 @@ env:
IMAGE_NAME: ${{ github.repository }}

jobs:
build-and-push-prod:
build-and-push:
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-blog-in-stage.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Staging Image
name: Build and Deploy Staging Image

on:
pull_request:
Expand All @@ -13,7 +13,7 @@ env:
IMAGE_NAME: ${{ github.repository }}

jobs:
build-and-push-prod:
build-and-push:
runs-on: ubuntu-latest
permissions: write-all

Expand Down

0 comments on commit 51d9193

Please sign in to comment.