Skip to content

Commit aeef68e

Browse files
committed
style: simplify publish-production check summary
1 parent 5fc15f1 commit aeef68e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-production.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1+
name: Publish
12
on:
23
push:
34
branches:
45
- production
56

67
jobs:
7-
publish:
8+
Production:
89
runs-on: ubuntu-22.04
910
permissions:
1011
contents: read
11-
name: Publish Production
1212
steps:
1313
- uses: actions/checkout@v4
1414
- uses: actions/setup-node@v4

0 commit comments

Comments
 (0)