Merge pull request #1500 from splunk/bug_fix_detection_testing_2

improvements
This commit is contained in:
P4T12ICK
2021-07-12 12:43:52 +02:00
committed by GitHub
+6
View File
@@ -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: |