mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Previously reverted due to the number of statuses we were tracking, and the subsequent rate limiting. The number of updates we need to do after https://github.com/elastic/kibana/pull/199073 is significantly lower. We've already been using org-wide status checks for [on-merge commit statuses](https://github.com/elastic/kibana/commits/main) in the interim and are not seeing issues.
This commit is contained in:
parent
552eb553bd
commit
9efa527333
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ spec:
|
|||
spec:
|
||||
env:
|
||||
ELASTIC_PR_COMMENTS_ENABLED: 'true'
|
||||
GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true'
|
||||
ELASTIC_GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true'
|
||||
GITHUB_BUILD_COMMIT_STATUS_CONTEXT: kibana-ci
|
||||
allow_rebuilds: true
|
||||
branch_configuration: ''
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
env:
|
||||
ELASTIC_PR_COMMENTS_ENABLED: 'true'
|
||||
GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true'
|
||||
ELASTIC_GITHUB_BUILD_COMMIT_STATUS_ENABLED: 'true'
|
||||
GITHUB_BUILD_COMMIT_STATUS_CONTEXT: kibana-deploy-project-from-pr
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue