Skip to content

Commit 8411f5d

Browse files
authored
CDRIVER-6174 Avoid running packaging tasks during GitHub operations (mongodb#1128)
1 parent 2b01019 commit 8411f5d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.evergreen/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1025,6 +1025,14 @@ tasks:
10251025
permissions: public-read
10261026
content_type: ${content_type|application/x-gzip}
10271027
display_name: "deb.tar.gz"
1028+
allowed_requesters:
1029+
- ad_hoc
1030+
- commit
1031+
- # github_merge_queue
1032+
- # github_pr
1033+
- # github_tag
1034+
- patch
1035+
- trigger
10281036

10291037
- name: debian-package-build-i386
10301038
run_on: *deb-package-build-run_on
@@ -1065,6 +1073,14 @@ tasks:
10651073
- func: earthly
10661074
vars:
10671075
args: +rpm-runtime-test
1076+
allowed_requesters:
1077+
- ad_hoc
1078+
- commit
1079+
- # github_merge_queue
1080+
- # github_pr
1081+
- # github_tag
1082+
- patch
1083+
- trigger
10681084

10691085
- name: check-format
10701086
tags: [misc]

0 commit comments

Comments
 (0)