[Backport 8.8] Stop running integration tests on PRs (#1911)

Co-authored-by: Josh Mock <joshua.mock@elastic.co>
This commit is contained in:
github-actions[bot]
2023-06-08 12:22:35 -05:00
committed by GitHub
parent 1f925676ed
commit 936bcee72d
2 changed files with 2 additions and 7 deletions

View File

@ -12,7 +12,6 @@ steps:
- "free"
- "platinum"
nodejs:
- "14"
- "16"
- "18"
- "20"

View File

@ -33,6 +33,8 @@ spec:
access_level: MANAGE_BUILD_AND_READ
everyone:
access_level: READ_ONLY
provider_settings:
build_pull_requests: false
cancel_intermediate_builds: true
cancel_intermediate_builds_branch_filter: '!main'
schedules:
@ -45,9 +47,3 @@ spec:
8_7_daily:
branch: '8.7'
cronline: '@daily'
8_6_daily:
branch: '8.6'
cronline: '@daily'
7_17_daily:
branch: '7.17'
cronline: '@daily'