From 2fc82a54dd90e728c89148f8051f33fb57d678df Mon Sep 17 00:00:00 2001 From: "RIO\\teodora.misan" Date: Tue, 6 Aug 2024 14:42:46 +0300 Subject: [PATCH] fix-notebookrun: undo changes when to run the notebooks tests --- .github/workflows/notebooks.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/notebooks.yml b/.github/workflows/notebooks.yml index af1454a..8d4179f 100644 --- a/.github/workflows/notebooks.yml +++ b/.github/workflows/notebooks.yml @@ -1,8 +1,7 @@ name: Test Notebooks on: - push: - branches: - - '*' + pull_request: + types: [opened, synchronize, reopened] jobs: build: