Skip to content
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/generate_database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
types: [opened, reopened, synchronize]

env:
# set to "true" to run generate_database with profiling it via py-spy
USE_PYSPY: "false"
# profile via py-spy on pull requests and branch pushes, but not on tags
USE_PYSPY: ${{ startsWith(github.ref, 'refs/tags/') && 'false' || 'true' }}

jobs:
run-generate-database:
Expand Down
2 changes: 1 addition & 1 deletion RydState
Submodule RydState updated 100 files
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "database-mqdt"
version = "1.3"
version = "1.4"
readme = "README.md"
license = "MIT"
license-files = ["LICENSE.txt"]
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading