Skip to content

Commit

Permalink
Update test.patch.yml with lightwalletd job (#3970)
Browse files Browse the repository at this point in the history
* Update test.patch.yml with lightwalletd job

* Remove a workflow condition that will always be false

In general, patch workflows need the
opposite conditions to the original workflow.

But in this case, we know the result of the
condition will always be true, so we can just delete it.

Co-authored-by: teor <teor@riseup.net>
  • Loading branch information
dconnolly and teor2345 authored Mar 27, 2022
1 parent 9d1702e commit dcade54
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@ jobs:
steps:
- run: 'echo "No build required"'

test-lightwalletd-integration:
name: Test integration with lightwalletd
runs-on: ubuntu-latest
needs: build
steps:
- run: 'echo "No build required"'

regenerate-stateful-disks:
name: Regenerate stateful disks
runs-on: ubuntu-latest
Expand All @@ -61,4 +68,4 @@ jobs:
runs-on: ubuntu-latest
needs: [ build, regenerate-stateful-disks]
steps:
- run: 'echo "No build required"'
- run: 'echo "No build required"'

0 comments on commit dcade54

Please sign in to comment.