From 1709741df113019a70344ae80c75d513e0c82392 Mon Sep 17 00:00:00 2001 From: Kevin Gartland Date: Thu, 30 Nov 2023 10:40:58 -0500 Subject: [PATCH] force run --- .github/workflows/deploy_tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy_tests.yml b/.github/workflows/deploy_tests.yml index 94c9ff52..a5b29f59 100644 --- a/.github/workflows/deploy_tests.yml +++ b/.github/workflows/deploy_tests.yml @@ -1,9 +1,7 @@ name: rsconnect-python-tests-at-night on: pull_request: - paths: - - '.github/workflows/rsconnect-python.yml' - - 'examples/**' + branches: [master] schedule: - cron: "0 09 * * *" # Runs 11 AM UTC == 2 AM PDT workflow_dispatch: