Skip to content

Commit 7e9cffa

Browse files
ci: add run_number to task name prefix to avoid conflicts
1 parent 30e9eb7 commit 7e9cffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ jobs:
304304
coder-organization: "default"
305305
coder-template-name: coder
306306
coder-template-preset: ${{ steps.determine-context.outputs.template_preset }}
307-
coder-task-name-prefix: doc-check
307+
coder-task-name-prefix: doc-check-${{ github.run_number }}
308308
coder-task-prompt: ${{ steps.extract-context.outputs.task_prompt }}
309309
github-user-id: ${{ steps.determine-context.outputs.github_user_id }}
310310
github-token: ${{ github.token }}

0 commit comments

Comments
 (0)