diff --git a/.github/workflows/detection-testing.yml b/.github/workflows/detection-testing.yml index 05da9fda1c..2666bc6df6 100644 --- a/.github/workflows/detection-testing.yml +++ b/.github/workflows/detection-testing.yml @@ -8,7 +8,7 @@ jobs: #Doesn't seem like it actually has any dependencies... #needs: [validate-content, build-sources, build-package, run-appinspect, create-report, update-sources-github, publish-github-release, attack-range-update, master-api-update] #Only run when tagged - #if: startsWith(github.ref, 'refs/tags/v') + if: startsWith(github.ref, 'refs/tags/v') steps: - name: Checkout Repo uses: actions/checkout@v2