Skip to content

Commit 4a6de59

Browse files
committed
fixup! Add dispatch command
1 parent 43f6313 commit 4a6de59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-installers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
type: string
2323
description: 'A random string to track the run from dispatch to watching'
2424

25-
run-name: Test Installers (${{ github.event.inputs.version }} / nonce = ${{ github.event.inputs.nonce || 'not-set' }})
25+
run-name: Test Installers ${{ github.event.inputs.version }} / (nonce = ${{ github.event.inputs.nonce || 'not set' }})
2626

2727
jobs:
2828
test:

packages/compass-smoke-tests/src/dispatch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ export async function dispatchAndWait({
9797
// Find the next run we just dispatched
9898
const run = await getWorkflowRunRetrying(
9999
octokit,
100-
`Test Installers (${version} / ${nonce})`
100+
`Test Installers ${version} / (nonce = ${nonce})`
101101
);
102102

103103
console.log(`Dispatched run #${run.run_number} (${run.html_url})`);

0 commit comments

Comments
 (0)