Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lib part2 #1140

Merged
merged 4 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 4 additions & 0 deletions .github/scripts/changed_apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ def find_test_files(changed_files):
print("Skipped apps based on the EXCLUDE_TESTS list:", file=sys.stderr)
print("\n".join(skipped), file=sys.stderr)

if len(matrix) > 256:
print(f"Github Actions has a limit of 256 matrix jobs. Cannot run [{len(matrix)}] tests.", file=sys.stderr)
sys.exit(1)

return matrix


Expand Down
6 changes: 3 additions & 3 deletions ix-dev/community/actual-budget/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ icon: https://media.sys.truenas.net/apps/actual-budget/icons/icon.png
keywords:
- finance
- budget
lib_version: 2.0.21
lib_version_hash: e2faccd282b768e411919a7386a03e8491d1a7fda2da586dcf9af0d412733b8a
lib_version: 2.1.0
lib_version_hash: 6f8024bfc9f06424dcc9dd3c0391d1b28afb5dddd5dcde2f6a9a0f8de2f74291
maintainers:
- email: [email protected]
name: truenas
Expand All @@ -33,4 +33,4 @@ sources:
- https://hub.docker.com/r/actualbudget/actual-server
title: Actual Budget
train: community
version: 1.2.1
version: 1.2.2

This file was deleted.

Loading
Loading