Skip to content

Commit c9d79ed

Browse files
committed
Fix position of if
Signed-off-by: Cole Miller <cole.miller@canonical.com>
1 parent 8a57700 commit c9d79ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/downstream.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,9 @@ on:
44
issue_comment:
55
types: [created, edited]
66

7-
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'please test downstream') }}
8-
97
jobs:
108
dqlite:
9+
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'please test downstream') }}
1110
runs-on: ubuntu-22.04
1211
steps:
1312
- name: Install apt deps
@@ -82,6 +81,7 @@ jobs:
8281
VERBOSE=1 DISK=1 ./test/recover.sh
8382
8483
jepsen:
84+
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'please test downstream') }}
8585
uses: canonical/jepsen.dqlite/.github/workflows/test-build-run.yml@master
8686
with:
8787
raft-ref: refs/pull/${{ github.event.issue.number }}/head

0 commit comments

Comments
 (0)