From b8debaaf4dc281a39a3c64b0097b74530afab8d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=B4mulo=20Farias?= Date: Wed, 14 Aug 2024 10:30:50 +0200 Subject: [PATCH] Temporarily disable long running tests Before this change all the PRs were executing these long running jobs, on avg ~15min each run. But the branch with the changes was not the one being tested, rather just main, therefore wasting time and resource. With the ticket https://github.com/elastic/security-team/issues/9129 we will solve this issue. But in the meanwhile, we are disabling these jobs. --- .github/workflows/ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1d1baf6ef..2ae71fcb3b 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