From 95d9e5c646a61c7ef671fd4533d8e4a9679b225b Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Mon, 8 Apr 2024 08:47:26 +1000 Subject: [PATCH] Changed unit test pipeline back to PR only (codecov will error otherwise) --- .drone.jsonnet | 3 ++- LibSession-Util | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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