We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4a1b2 commit 22a00ceCopy full SHA for 22a00ce
.github/workflows/build.yml
@@ -11,6 +11,7 @@ permissions:
11
12
jobs:
13
build:
14
+ name: Build app and tests
15
strategy:
16
fail-fast: false
17
matrix:
.github/workflows/docs.yml
@@ -13,6 +13,7 @@ env:
+ name: Build
runs-on: ubuntu-22.04
18
steps:
19
- name: Checkout
@@ -55,6 +56,7 @@ jobs:
55
56
path: doc/deploy
57
58
deploy:
59
+ name: Deploy
60
61
needs: build
62
if: github.event_name != 'pull_request'
0 commit comments