Fix syncing when network latency is present #4

Merged
schmelczer merged 58 commits from asch/fixes into master 2025-03-16 20:13:50 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit fb15e48391 - Show all commits

View file

@ -18,7 +18,8 @@ env:
jobs:
build-docker:
runs-on: ubuntu-latest
runs-on: self-hosted
permissions:
contents: read
packages: write

View file

@ -2,14 +2,13 @@ name: Publish Obsidian plugin
on:
push:
tags:
- "*"
tags: ["*"]
env:
CARGO_TERM_COLOR: always
jobs:
build-plugin:
publish-plugin:
runs-on: self-hosted
steps: