From 78de400ffb0f5d5b44e7aba9590083dc0807824a Mon Sep 17 00:00:00 2001 From: Tin Nguyen Date: Wed, 31 May 2023 15:08:17 +0700 Subject: [PATCH] remove trigger on synchronize and add trigger when approved --- .github/workflows/check-link.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-link.yml b/.github/workflows/check-link.yml index edf8a294..ec21e4ce 100644 --- a/.github/workflows/check-link.yml +++ b/.github/workflows/check-link.yml @@ -1,7 +1,9 @@ name: "Check Links in docs" on: pull_request: - types: [opened, synchronize] + types: [opened] + pull_request_review: + types: [submitted] jobs: linkChecker: