Branch was auto-updated.

This commit is contained in:
github-actions[bot]
2021-07-12 10:44:17 +00: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: |