Skip to content

Commit

Permalink
Temporarily disable long running tests
Browse files Browse the repository at this point in the history
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 elastic/security-team#9129 we will solve this issue. But in the meanwhile, we are disabling these jobs.
  • Loading branch information
romulets committed Aug 14, 2024
1 parent 1872bc3 commit b8debaa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b8debaa

Please sign in to comment.