Skip to content

Commit

Permalink
Merge pull request #559 from MathieuBordere/downstream-fix-continued
Browse files Browse the repository at this point in the history
downstream: Fix another ref.
  • Loading branch information
Mathieu Borderé authored Feb 3, 2024
2 parents e87aaca + c68da3e commit 3c400fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'please test downstream') }}
uses: canonical/jepsen.dqlite/.github/workflows/test-build-run.yml@master
with:
raft-ref: refs/pull/${{ github.event.issue.number }}/head
dqlite-ref: refs/pull/${{ github.event.issue.number }}/head
workloads: >
['append', 'bank', 'set']
nemeses: >
Expand Down

0 comments on commit 3c400fd

Please sign in to comment.