Skip to content

Commit aa2edaf

Browse files
committed
Revert style changes
1 parent 6e87837 commit aa2edaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ on:
2929

3030
jobs:
3131
deploy:
32-
name: " " # GitHub UI is noisy when calling reusable workflows, so use whitespace for name to reduce noise
32+
name: Deploy
3333
uses: ./.github/workflows/deploy.yml
3434
with:
3535
app_name: "app"

.github/workflows/database-migrations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency: database-migrations-${{ inputs.app_name }}-${{ inputs.environment }
2424

2525
jobs:
2626
build-and-publish:
27-
name: " " # GitHub UI is noisy when calling reusable workflows, so use whitespace for name to reduce noise
27+
name: Build
2828
uses: ./.github/workflows/build-and-publish.yml
2929
with:
3030
app_name: ${{ inputs.app_name }}

0 commit comments

Comments
 (0)