Skip to content

Commit

Permalink
ci: cosmetic tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed May 26, 2023
1 parent 5106ff5 commit b77de66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-stack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy Stack
name: Deploy Stack

on:
workflow_dispatch:
Expand All @@ -9,8 +9,8 @@ on:
type: string

jobs:
build_and_deploy:
name: Build and Deploy Stack
deploy:
name: Deploy Stack
runs-on: ubuntu-20.04

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
- v*

jobs:
build_and_deploy:
name: Build and Deploy Stack
release-image:
name: Release Image to Github Registry
runs-on: ubuntu-20.04

steps:
Expand Down

0 comments on commit b77de66

Please sign in to comment.