Browse Source

run condition altered

Gleb Urvanov 4 years ago
parent
commit
668f7bbbf4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/run-network-tests.yml

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

@@ -10,7 +10,7 @@ jobs:
     steps:
       - uses: hmarr/debug-action@v1.0.0
   run_ansible_tests:
-    if: github.event.label.name == 'run-network-tests' || github.event.action == 'workflow_dispatch'
+    if: github.event.label.name == 'run-network-tests' || github.event.action == null
     name: run network tests using ansible
     runs-on: ubuntu-latest
     strategy: