Skip to content

Commit b677b16

Browse files
committed
Merge remote-tracking branch 'origin/main' into dev/1.8.0
2 parents ce5bd91 + 7654000 commit b677b16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fi
3939
4040
test_coverage:
41-
name: Lint and test
41+
name: Release / Lint and test (coverage)
4242
runs-on: ubuntu-latest
4343
needs: determine_release
4444
if: needs.determine_release.outputs.SHOULD_RELEASE == 'true'

.github/workflows/quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
lint_and_test:
11-
name: Lint and test
11+
name: PR / Lint and test
1212
runs-on: ubuntu-latest
1313

1414
steps:

0 commit comments

Comments
 (0)