Skip to content
Closed
Changes from 1 commit
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
5 changes: 4 additions & 1 deletion cicd/2-cicd/cicd.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,10 @@ Resources:
Type: BASE_REF
- Pattern: PULL_REQUEST_CREATED,PULL_REQUEST_UPDATED,PULL_REQUEST_REOPENED
Type: EVENT

# Manual PAUSE button, to disable non-GitHib-maintainers from triggering (we need to find a replacement for CodeBuild for this repo's CI, or make it not public)
- - Pattern: ^(AfifahK|allison-code-dot-org|amy-b|angD13|annaxuphoto|artem-vavilov|bakerfranke|bdmesh|bencodeorg|bethanyaconnor|breville|carl-codeorg|cat5inthecradle|cearachew|code-org|dancodedotorg|davidsbailey|daynew|deploy-cod-org|dju90|dmantonyuk|dmcavoy|ebeastlake|Erin007|etaderhold|fisher-alice|hadipartovi|Hamms|hannahbergam|jamjamgobambam|jmkulwik|jordan-springer|juanmanzojr|kakiha11|katiejofr|kelbyhawn|kobryan0619|levadadenys|lfryemason|maribethb|markabarrett|mcatullo|mgc1194|mikeharv|molly-moen|moneppo|nataliazm99|nicklathe|Nokondi|onlinecsteacher|pablo-code-org|rshipp|samantha-code|sanchitmalhotra126|simonguest|snickell|sureshc|tess323|thomasoniii|tjcodeorg|tshaffercodeorg|TurnerRiley|unlox775-code-dot-org|vijayamanohararaj|wilkie)$
Type: ACTOR_ACCOUNT_ID

# The CodeBuild Project is used in the CodePipeline pipeline to prepare for a release.
# It will perform any steps defined in the referenced buildspec.yml file.
LoadTestBuildProject:
Expand Down