[CI] Add missing clone for Fleet on-demand job (#1387)

(cherry picked from commit 2e8f7cd13f)
This commit is contained in:
Ross Wolf
2021-07-27 16:55:28 -06:00
committed by github-actions[bot]
parent f6d9295ead
commit 06849a82d8
+5
View File
@@ -27,6 +27,11 @@ jobs:
core.setFailed('Forbidden branch')
}
- name: Checkout detection-rules
uses: actions/checkout@v2
with:
path: detection-rules
- name: Checkout elastic/integrations
uses: actions/checkout@v2
with: