From 501487cb4deb5f5b9c523ed3a1a5c99ed6907485 Mon Sep 17 00:00:00 2001 From: Howard Gil Date: Wed, 14 Aug 2024 13:07:33 -0700 Subject: [PATCH] moved button from Actions UI to PR UI (#356) --- .github/workflows/test-notebooks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-notebooks.yml b/.github/workflows/test-notebooks.yml index ea194f83..985be0e3 100644 --- a/.github/workflows/test-notebooks.yml +++ b/.github/workflows/test-notebooks.yml @@ -1,6 +1,6 @@ name: Test Notebooks on: - workflow_dispatch: # Allows manual triggering + pull_request_target: # Allows manual triggering from PR UI push: branches: - main