mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Now uncommenting the if statement in detection testing.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user