mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Merge pull request #1500 from splunk/bug_fix_detection_testing_2
improvements
This commit is contained in:
@@ -429,6 +429,12 @@ jobs:
|
||||
detection-testing:
|
||||
executor: content-executor
|
||||
steps:
|
||||
- run:
|
||||
name: check for remote fork
|
||||
command: |
|
||||
if [[ ! -z "${CIRCLE_PULL_REQUEST}" && ! -z "${CIRCLE_PR_NUMBER}" ]]; then
|
||||
circleci-agent step halt
|
||||
fi
|
||||
- run:
|
||||
name: checkout repo
|
||||
command: |
|
||||
|
||||
Reference in New Issue
Block a user