From 2d12f50d2ca61fd4679918d18ad715788606579f Mon Sep 17 00:00:00 2001 From: Guillermo Perez Date: Tue, 23 Jul 2024 15:58:40 +0200 Subject: [PATCH] fix sanity-checks job not triggering when PR is ready --- .github/workflows/sanity-checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sanity-checks.yml b/.github/workflows/sanity-checks.yml index 832ecf3642..d102ab1f31 100644 --- a/.github/workflows/sanity-checks.yml +++ b/.github/workflows/sanity-checks.yml @@ -1,5 +1,6 @@ on: pull_request: + types: [opened, synchronize, reopened, ready_for_review] name: Sanity checks concurrency: group: 'tests-${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'