diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c368502071..4ea8ab1600e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,8 +74,12 @@ jobs: run: ./utils/scripts/load-binary.sh ${{ matrix.library }} env: TARGET_BRANCH: "${{ steps.get-target-branch.outputs.target-branch }}" - - name: Get agent artifact - run: ./utils/scripts/load-binary.sh agent + + # temporary ski : dev agent removed content-type header from traces response + # causing lot of trace to be dropped + # - name: Get agent artifact + # run: ./utils/scripts/load-binary.sh agent + # ### appsec-event-rules is now a private repo. The GH_TOKEN provided can't read private repos. # ### skipping this, waiting for a proper solution # - name: Load WAF rules