We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if
1 parent 8a57700 commit c9d79edCopy full SHA for c9d79ed
.github/workflows/downstream.yml
@@ -4,10 +4,9 @@ on:
4
issue_comment:
5
types: [created, edited]
6
7
-if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'please test downstream') }}
8
-
9
jobs:
10
dqlite:
+ if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'please test downstream') }}
11
runs-on: ubuntu-22.04
12
steps:
13
- name: Install apt deps
@@ -82,6 +81,7 @@ jobs:
82
81
VERBOSE=1 DISK=1 ./test/recover.sh
83
84
jepsen:
85
uses: canonical/jepsen.dqlite/.github/workflows/test-build-run.yml@master
86
with:
87
raft-ref: refs/pull/${{ github.event.issue.number }}/head
0 commit comments