Skip to content

Commit 38bf3f6

Browse files
committed
workflow name improvements
1 parent 3f3c256 commit 38bf3f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ jobs:
279279
run_tests: true
280280
- product: abtesting
281281
run_tests: true
282+
name: 'quickstart (prerelease, ${{ matrix.product }}, run_tests: ${{ matrix.run_tests }})'
282283
env:
283284
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
284285
botaccess: ${{ secrets.PRERELEASE_TESTING_PAT }}

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ jobs:
182182
run_tests: true
183183
- product: abtesting
184184
run_tests: true
185+
name: 'quickstart (release, ${{ matrix.product }}, run_tests: ${{ matrix.run_tests }})'
185186
env:
186187
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
187188
botaccess: ${{ secrets.RELEASE_TESTING_PAT }}

0 commit comments

Comments
 (0)