Jelajahi Sumber

chore: test e2e / dynamic checks

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Moritz Johner 4 tahun lalu
induk
melakukan
3b58856931
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      .github/workflows/e2e-managed.yml

+ 0 - 1
.github/workflows/e2e-managed.yml

@@ -83,7 +83,6 @@ jobs:
           }
           const { data: result } = await github.checks.create({
             ...context.repo,
-            check_run_id: check[0].id,
             name: job_name,
             status: 'in_progress',
           });