From ee2355a22cd1d90b82df8fcf3ff3b3dc1b40e939 Mon Sep 17 00:00:00 2001 From: Alex Meijer Date: Wed, 2 Oct 2024 16:35:40 -0400 Subject: [PATCH] use branch Signed-off-by: Alex Meijer --- .github/workflows/run-integration-tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-integration-tests.yaml b/.github/workflows/run-integration-tests.yaml index 9a2586e..70d5931 100644 --- a/.github/workflows/run-integration-tests.yaml +++ b/.github/workflows/run-integration-tests.yaml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v4 with: path: ./ - ref: main + #ref: main - name: Install just uses: extractions/setup-just@v2 - name: Install Go