diff --git a/.drone.jsonnet b/.drone.jsonnet index cd73cd112..fe5b615e5 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -118,12 +118,13 @@ local sim_keepalive = { local sim_delete_cmd = 'if [ -f build/artifacts/sim_uuid ]; then rm -f /Users/$USER/sim-keepalive/$(<./build/artifacts/sim_uuid); fi'; [ - // Unit tests + // Unit tests (PRs only) { kind: 'pipeline', type: 'exec', name: 'Unit Tests', platform: { os: 'darwin', arch: 'arm64' }, + trigger: { event: { exclude: ['push'] } }, steps: [ version_info, clone_submodules, diff --git a/LibSession-Util b/LibSession-Util index 5cdc346e9..e727de26c 160000 --- a/LibSession-Util +++ b/LibSession-Util @@ -1 +1 @@ -Subproject commit 5cdc346e9e633a1f80d388184fe00e7ca9d6ee9c +Subproject commit e727de26ceacc98bb686fc0545cbc7375c2d83f4