Skip to content

Commit eb47ff7

Browse files
authored
Update .github/workflows/notify_test_workflow.yml
1 parent 3a27c74 commit eb47ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/notify_test_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
6060
const name = 'Build and test'
6161
const head_sha = context.payload.pull_request.head.sha
62-
const status = 'in_progress'
62+
const status = 'queued'
6363
6464
github.checks.create({
6565
...context.repo,

0 commit comments

Comments
 (0)