Browse Source

Allow manual trigger for debugging

Deniz Cengiz 2 months ago
parent
commit
a59d9bc814
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .github/workflows/unit_tests.yml

+ 2 - 0
.github/workflows/unit_tests.yml

@@ -1,6 +1,8 @@
 name: zzz [DO NOT RUN] Automated unit tests
 
 on:
+  workflow_dispatch: # Allow manual trigger for debugging
+  
   pull_request:
     branches:
       - dev