Skip to content

Commit

Permalink
ci: run libwallet daily (#3404)
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Oct 25, 2021
2 parents e30f64f + 052e3a9 commit 09ea722
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/libwallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
# - development
tags:
- "libwallet-*"
schedule:
- cron: "05 00 * * *"
jobs:
android:
runs-on: ubuntu-latest
Expand All @@ -28,6 +30,7 @@ jobs:
path: ${{ github.workspace }}/libwallet/
# Copy tarballs to S3
- name: Sync to S3
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
continue-on-error: true # Don't break if s3 upload fails
uses: jakejarvis/[email protected]
with:
Expand Down

0 comments on commit 09ea722

Please sign in to comment.