Skip to content

Commit

Permalink
Running system tests on current branch if this is a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehewitt15 committed Jul 18, 2024
1 parent ec63e79 commit 41603f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41603f9

Please sign in to comment.