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 3f3c256 commit 38bf3f6Copy full SHA for 38bf3f6
.github/workflows/prerelease.yml
@@ -279,6 +279,7 @@ jobs:
279
run_tests: true
280
- product: abtesting
281
282
+ name: 'quickstart (prerelease, ${{ matrix.product }}, run_tests: ${{ matrix.run_tests }})'
283
env:
284
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
285
botaccess: ${{ secrets.PRERELEASE_TESTING_PAT }}
.github/workflows/release.yml
@@ -182,6 +182,7 @@ jobs:
182
183
184
185
+ name: 'quickstart (release, ${{ matrix.product }}, run_tests: ${{ matrix.run_tests }})'
186
187
188
botaccess: ${{ secrets.RELEASE_TESTING_PAT }}
0 commit comments