We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedef82 commit 274e9e6Copy full SHA for 274e9e6
tests/ci/cdk/cdk/aws_lc_base_ci_stack.py
@@ -51,7 +51,7 @@ def __init__(
51
codebuild.EventAction.PULL_REQUEST_REOPENED,
52
# Temporarily allowlist the webhook to members of the Github team:
53
# https://github.com/orgs/aws/teams/aws-lc-dev.
54
- ).and_actor_account_is('(549813|3589880|11924508|25055813|38119460|41167468|50673096|66388554|69484052|103147162|107728331)'),
+ ).and_actor_account_is('(549813|3589880|11924508|25055813|38119460|41167468|50673096|66388554|69484052|103147162|107728331|159580656)'),
55
codebuild.FilterGroup.in_event_of(
56
codebuild.EventAction.PUSH
57
).and_branch_is(GITHUB_PUSH_CI_BRANCH_TARGETS),
0 commit comments