From 3d000a306d149a68a25f60ec7fc63c93f5c8a9c1 Mon Sep 17 00:00:00 2001 From: "Doroszlai, Attila" Date: Tue, 15 Feb 2022 12:40:22 +0100 Subject: [PATCH] HDDS-6324. Do not trigger CI by reopening PR --- .github/workflows/post-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-commit.yml b/.github/workflows/post-commit.yml index 318a7869d45f..caaa303ab530 100644 --- a/.github/workflows/post-commit.yml +++ b/.github/workflows/post-commit.yml @@ -15,7 +15,7 @@ name: build-branch on: pull_request: - types: [opened, reopened, ready_for_review, synchronize] + types: [opened, ready_for_review, synchronize] push: schedule: - cron: 30 0,12 * * *