From c1c19c3c20cbcc9df41a08b6ebed46b76c0a8a90 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Thu, 19 Sep 2024 10:01:57 -0400 Subject: [PATCH] meta: remove never-used workflow trigger PR-URL: https://github.com/nodejs/node/pull/54983 Reviewed-By: Antoine du Hamel Reviewed-By: Marco Ippolito --- .github/workflows/label-flaky-test-issue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-flaky-test-issue.yml b/.github/workflows/label-flaky-test-issue.yml index 82e2a10ab2b25c..3bca41c5e4d526 100644 --- a/.github/workflows/label-flaky-test-issue.yml +++ b/.github/workflows/label-flaky-test-issue.yml @@ -2,7 +2,7 @@ name: Label Flaky Test Issues on: issues: - types: [opened, labeled] + types: [labeled] permissions: contents: read