diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3649b4c56c..8e00f2ed30 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,11 +1,12 @@ name: Tests on: - pull_request_target: - branches: - - main - - "[0-9]+.[0-9]+" - types: [opened, synchronize, reopened] + # Temporary disabled, will be solved by https://github.com/elastic/security-team/issues/9129 + # pull_request_target: + # branches: + # - main + # - "[0-9]+.[0-9]+" + # types: [opened, synchronize, reopened] push: branches: - main