From d13564d8a02237e13b09767a1db2c021b46acc45 Mon Sep 17 00:00:00 2001 From: Ian Mindich Date: Mon, 23 Dec 2024 12:15:33 -0800 Subject: [PATCH] Remove on workflow_run --- .github/actions/process_test_results/action.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/actions/process_test_results/action.yaml b/.github/actions/process_test_results/action.yaml index 0ea9ac78c61..b9670eaf263 100644 --- a/.github/actions/process_test_results/action.yaml +++ b/.github/actions/process_test_results/action.yaml @@ -1,11 +1,6 @@ name: Process Test Results description: Uploads test results to DataDog. -on: - workflow_run: - workflows: [ main ] - types: [ completed ] - inputs: datadog_api_key: description: "Path to directory where test results are saved."