From 1d2d3ce7dbf99e4e6f293f467f40358226d72ecf Mon Sep 17 00:00:00 2001 From: SandPoot <43283559+SandPoot@users.noreply.github.com> Date: Sun, 9 Jun 2024 20:30:36 -0300 Subject: [PATCH] only check every new commit --- .github/workflows/labeler.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 0d5585b70343f..a7a3cecbf215a 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,7 +1,8 @@ name: PR Labeling on: - schedule: - - cron: '*/5 * * * *' + pull_request: + types: [synchronize] + jobs: labeler: runs-on: ubuntu-latest