Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #449 from cole-miller/downstream-tests
Browse files Browse the repository at this point in the history
Fix position of `if` in the new downstream workflow
  • Loading branch information
cole-miller committed Jun 30, 2023
2 parents b4fddc5 + c9d79ed commit ce3e318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ on:
issue_comment:
types: [created, edited]

if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'please test downstream') }}

jobs:
dqlite:
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, 'please test downstream') }}
runs-on: ubuntu-22.04
steps:
- name: Install apt deps
Expand Down Expand Up @@ -82,6 +81,7 @@ jobs:
VERBOSE=1 DISK=1 ./test/recover.sh
jepsen:
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
Expand Down

0 comments on commit ce3e318

Please sign in to comment.