From 2b9c0be4f42573c06febe04563b0d218d65af19e Mon Sep 17 00:00:00 2001 From: Jia Fan Date: Thu, 14 Sep 2023 22:21:05 +0800 Subject: [PATCH] [INFRA] Move CI to running on fork repository container --- .github/workflows/notify_test_workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notify_test_workflow.yml b/.github/workflows/notify_test_workflow.yml index 07300b141c7..bcd974e442e 100644 --- a/.github/workflows/notify_test_workflow.yml +++ b/.github/workflows/notify_test_workflow.yml @@ -75,7 +75,7 @@ jobs: const name = 'Build' const head_sha = context.payload.pull_request.head.sha let status = 'queued' - + console.log('runs: ' + runs) if (!runs || runs.data.workflow_runs.length === 0) { status = 'completed' const conclusion = 'action_required'