From 4e83da345f64f03d4e7158fc92e7ff284eb275ad Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Fri, 20 Oct 2023 21:39:23 -0700 Subject: [PATCH] Attempt to fix CircleCI trunk config, round 3. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index af4dbd6..8d58979 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -16,7 +16,7 @@ jobs: - checkout - run: name: Trunk check - command: ./trunk check --upstream=remotes/origin/${CIRCLE_BRANCH} + command: ./trunk check --upstream=HEAD^ workflows: ctest: