Skip to content

Commit 1af0cec

Browse files
committed
Revert style change
1 parent aa2edaf commit 1af0cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Don't need to call the build-and-publish workflow since the database-migrations
2727
# workflow already calls it
2828
database-migrations:
29-
name: " " # GitHub UI is noisy when calling reusable workflows, so use whitespace for name to reduce noise
29+
name: Database migrations
3030
uses: ./.github/workflows/database-migrations.yml
3131
with:
3232
app_name: ${{ inputs.app_name }}

0 commit comments

Comments
 (0)