Browse Source

debug output removed, manual dispatch added

Gleb Urvanov 4 years ago
parent
commit
0b1eafd45d

+ 1 - 0
.github/workflows/run-network-tests.yml

@@ -2,6 +2,7 @@ name: run-network-tests
 on:
   pull_request:
     types: [labeled]
+  workflow_dispatch:
 
 jobs:
   run_ansible_tests:

+ 0 - 3
devops/ansible/build-and-run-tests-single-node-playbook.yml

@@ -4,9 +4,6 @@
   become_method: sudo
 
   tasks:
-    - name: debug output
-      debug:
-        msg: the workflow is triggered on new branch
 
     - name: install dependencies
       include_role: