Update test.patch.yml with lightwalletd job (#3970)

* 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>
This commit is contained in:
Deirdre Connolly 2022-03-27 18:40:53 -04:00 committed by GitHub
parent 9d1702e93e
commit dcade546c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 1 deletions

View File

@ -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
@ -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"'