Sfoglia il codice sorgente

Allow manual trigger for debugging

Deniz Cengiz 2 mesi fa
parent
commit
a59d9bc814
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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
 name: zzz [DO NOT RUN] Automated unit tests
 
 
 on:
 on:
+  workflow_dispatch: # Allow manual trigger for debugging
+  
   pull_request:
   pull_request:
     branches:
     branches:
       - dev
       - dev