From 2e8f7cd13f157aee0ada9b99f625bed5797c172d Mon Sep 17 00:00:00 2001 From: Ross Wolf <31489089+rw-access@users.noreply.github.com> Date: Tue, 27 Jul 2021 16:55:28 -0600 Subject: [PATCH] [CI] Add missing clone for Fleet on-demand job (#1387) --- .github/workflows/release-fleet.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release-fleet.yml b/.github/workflows/release-fleet.yml index 9f3711726..db8612e0b 100644 --- a/.github/workflows/release-fleet.yml +++ b/.github/workflows/release-fleet.yml @@ -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: