Skip to content

Commit

Permalink
meta: remove never-used workflow trigger
Browse files Browse the repository at this point in the history
PR-URL: #54983
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com>
  • Loading branch information
RedYetiDev authored and targos committed Oct 4, 2024
1 parent 93c6c90 commit 4fb2c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/label-flaky-test-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Label Flaky Test Issues

on:
issues:
types: [opened, labeled]
types: [labeled]

permissions:
contents: read
Expand Down

0 comments on commit 4fb2c3b

Please sign in to comment.