Merge branch 'main' into staging

This commit is contained in:
dal 2025-01-22 13:30:49 -07:00
commit dc0dd9aa30
No known key found for this signature in database
GPG Key ID: 16F4B0E1E9F61122
4 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,6 @@ name: Deploy to main
jobs:
database-deploy:
runs-on: blacksmith-16vcpu-ubuntu-2204
if: contains(github.event.head_commit.modified_files, 'api/migrations/') || contains(github.event.head_commit.added_files, 'api/migrations/')
environment: main
steps:
- name: Checkout code

View File

@ -8,7 +8,6 @@ name: Deploy to staging
jobs:
database-deploy:
runs-on: blacksmith-16vcpu-ubuntu-2204
if: contains(github.event.head_commit.modified_files, 'api/migrations/') || contains(github.event.head_commit.added_files, 'api/migrations/')
environment: staging
steps:
- name: Checkout code

View File

@ -1 +1 @@
0.0.5
0.0.8

View File

@ -23,6 +23,8 @@ export const ListDatasetGroupsComponent: React.FC<{
[]
);
console.log('datasetGroups', datasetGroups);
const datasetGroupsRows: BusterListRowItem[] = useMemo(() => {
return datasetGroups.reduce<BusterListRowItem[]>((acc, datasetGroup) => {
const rowItem: BusterListRowItem = {