Skip to content

Commit 85c1354

Browse files
author
Commitfest Bot
committed
Fixup.
1 parent 2d9abe2 commit 85c1354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cfbot_github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ def handle_workflow_job_webhook(conn, event):
800800
ingest_task(conn, build_id, task_id, task_status, task_name, "webhook")
801801

802802

803-
def handle_push(conn, event):
803+
def handle_push_webhook(conn, event):
804804
repo = event["repository"]["full_name"]
805805
if repo != cfbot_config.GITHUB_MIRROR_FULL_REPO:
806806
# We only mirror branches from postgres/postgres (which is itself a

0 commit comments

Comments
 (0)