Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .evergreen/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1025,6 +1025,14 @@ tasks:
permissions: public-read
content_type: ${content_type|application/x-gzip}
display_name: "deb.tar.gz"
allowed_requesters:
- ad_hoc
- commit
- # github_merge_queue
- # github_pr
- # github_tag
- patch
- trigger

- name: debian-package-build-i386
run_on: *deb-package-build-run_on
Expand Down Expand Up @@ -1065,6 +1073,14 @@ tasks:
- func: earthly
vars:
args: +rpm-runtime-test
allowed_requesters:
- ad_hoc
- commit
- # github_merge_queue
- # github_pr
- # github_tag
- patch
- trigger

- name: check-format
tags: [misc]
Expand Down