We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f841665 commit 31f58f9Copy full SHA for 31f58f9
.github/workflows/build.yml
@@ -26,7 +26,7 @@ env:
26
PIP_PROGRESS_BAR: off
27
28
jobs:
29
- test:
+ build-test:
30
runs-on: ${{ matrix.os }}
31
timeout-minutes: 10
32
strategy:
.github/workflows/shortlog.yml
@@ -11,7 +11,7 @@ on:
11
- cron: '37 06 * * 1' # 06:37, Monday
12
13
14
+ shortlog-check:
15
runs-on: 'ubuntu-latest'
16
17
steps:
0 commit comments