diff --git a/.github/workflows/detection-testing.yml b/.github/workflows/detection-testing.yml index 98ee2d736a..3d150e6206 100644 --- a/.github/workflows/detection-testing.yml +++ b/.github/workflows/detection-testing.yml @@ -50,6 +50,8 @@ jobs: - name: Checkout Repo uses: actions/checkout@v2 + with: + ref: develop @@ -137,6 +139,8 @@ jobs: - name: Checkout Repo uses: actions/checkout@v2 + with: + ref: develop - name: Download artifacts uses: actions/download-artifact@v2 @@ -194,6 +198,8 @@ jobs: - name: Checkout Repo uses: actions/checkout@v2 + with: + ref: develop - name: Download artifacts uses: actions/download-artifact@v2