From 41603f95148c8596e626646d10cd9910c58c7a01 Mon Sep 17 00:00:00 2001 From: Jamie Hewitt Date: Thu, 18 Jul 2024 17:14:24 +0300 Subject: [PATCH] Running system tests on current branch if this is a PR --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ebb15622..87c0dc7d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -259,7 +259,7 @@ jobs: with: repository: 'oceanprotocol/ocean-node' path: 'ocean-node' - ref: 'develop' + ref: ${{ github.event_name == 'pull_request' && github.head_ref || 'develop' }} - name: Start Ocean Node working-directory: ${{ github.workspace }}/ocean-node