From 4856c7b8112118d00fdbb7a9f35b04024ba8e739 Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Thu, 29 Feb 2024 13:09:30 +1300 Subject: [PATCH] :construction_worker: Don't re-run CI when PR is marked ready_for_review Also re-format the release-types: published trigger --- .github/workflows/benchmarks.yml | 3 +-- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 47ef403..b14f930 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -16,8 +16,7 @@ on: # performance analysis in order to generate initial data. workflow_dispatch: release: - types: - - published + types: [ published ] jobs: benchmarks: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc3f39d..628f66e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,9 @@ on: push: branches: [ "main" ] release: - types: [published] + types: [ published ] pull_request: - types: [opened, ready_for_review, reopened, synchronize] + types: [ opened, reopened, synchronize ] branches: [ "main" ] permissions: