diff --git a/.github/workflows/automated-staging-test-submit.yml b/.github/workflows/automated-staging-test-submit.yml
index 412bcd66d..c13ba465d 100644
--- a/.github/workflows/automated-staging-test-submit.yml
+++ b/.github/workflows/automated-staging-test-submit.yml
@@ -4,6 +4,7 @@ on:
   schedule:
     - cron: "0 0 * * 2-6"  # Tuesday to Saturday at Midnight UTC
   workflow_dispatch:
+  pull_request:
 
 jobs:
   send_files: