From f90791d73fdfa45992bfc53442beccdf5032d07b Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Tue, 3 Aug 2021 15:51:30 -0700 Subject: [PATCH] Now uncommenting the if statement in detection testing. --- .github/workflows/detection-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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