From b459f758c1e0f7cc28453b1c01f1fe12e5c21b2c Mon Sep 17 00:00:00 2001 From: Gusted Date: Wed, 26 Mar 2025 00:36:03 +0100 Subject: [PATCH] fix: fix ci dashboard e2e test - Add the necessary branch row for the workflow repository. This is required for the dashboard search to return any commit status for the default branch. --- models/fixtures/branch.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/models/fixtures/branch.yml b/models/fixtures/branch.yml index b75d3706cc..2a9e3105e6 100644 --- a/models/fixtures/branch.yml +++ b/models/fixtures/branch.yml @@ -57,3 +57,15 @@ is_deleted: false deleted_by_id: 0 deleted_unix: 0 + +- + id: 16 + repo_id: 62 + name: 'main' + commit_id: '774f93df12d14931ea93259ae93418da4482fcc1' + commit_message: 'Add workflow test-dispatch.yml' + commit_time: 1717317522 + pusher_id: 1 + is_deleted: false + deleted_by_id: 0 + deleted_unix: 0