mirror of https://github.com/mongodb/mongo
SERVER-108449: remove allowed_requesters from task definition for publish-sast-report (#39417)
GitOrigin-RevId: e75b9b9b7f5d689cba1ad4a8d743d49bcffccc68
This commit is contained in:
parent
e7c6409dc3
commit
867d0c339d
|
|
@ -1,7 +1,5 @@
|
|||
tasks:
|
||||
- name: publish-sast-report
|
||||
# uses "Admin Only" variables, so patch runs will only work for admins
|
||||
allowed_requesters: ["commit", "github_tag", "patch"]
|
||||
tags: ["auxiliary", "assigned_to_jira_team_devprod_release_infrastructure"]
|
||||
depends_on:
|
||||
- name: version_expansions_gen
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ buildvariants:
|
|||
|
||||
- name: test-release
|
||||
display_name: "Test Release"
|
||||
# tasks may use "Admin Only" variables, so patch runs may only succeed for admins
|
||||
allowed_requesters: ["commit", "patch"]
|
||||
tags: ["assigned_to_jira_team_devprod_release_infrastructure"]
|
||||
activate: true
|
||||
|
|
|
|||
Loading…
Reference in New Issue