Skip to content

Commit 4fe32d9

Browse files
committed
Add titles.
1 parent 095c986 commit 4fe32d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ permissions:
1313

1414
jobs:
1515
test:
16+
name: Test
1617
runs-on: ubuntu-latest
1718
steps:
1819
- name: Checkout
@@ -69,6 +70,7 @@ jobs:
6970
ref: master
7071

7172
publish:
73+
name: Publish
7274
runs-on: ubuntu-latest
7375
if: startsWith(github.ref, 'refs/tags/')
7476
needs: [faas, deploy]

0 commit comments

Comments
 (0)