From 40d754f03d7764abcf25aebd5cefa6a21ecf57b4 Mon Sep 17 00:00:00 2001 From: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> Date: Tue, 27 Aug 2024 16:25:29 +0200 Subject: [PATCH] ci: avoid duplicate runs Signed-off-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com> --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33fb37ac..81a31744 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: "Run CI" on: pull_request: - types: [opened, reopened, synchronize, ready_for_review] + types: [opened, reopened] push: branches: - "**" @@ -25,4 +25,4 @@ jobs: # - uses: ./.github/actions/setup-poetry # - name: Build docs # run: poetry run mkdocs build --verbose --clean - \ No newline at end of file +