Skip to content

Commit

Permalink
Merge branch 'develop' into issue-523-logs-location
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Jul 23, 2024
2 parents 7cf86b9 + 83b5ef0 commit df6ea87
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 df6ea87

Please sign in to comment.