Skip to content

Commit

Permalink
Start additional build
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwibrowser authored Sep 12, 2020
1 parent c8571ba commit 80f0e31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_apk.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Build APKs for Kiwi Browser
name: automatic build of apk


# Controls when the action will run. Triggers the workflow on push or pull request events
on:
push:
Expand Down

2 comments on commit 80f0e31

@HitaloM
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, just wanted to inform you that you can use git commit --allow-empty for empty commits, so will start the workflow without the need to edit something in the file.

@kiwibrowser
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey,

Thanks for the tip.
Actually there is even a better way (you can see in check_for_playstore_releases), I'm not sure why I even did think to use it :)

I didn't add it, because I didn't think I had to restart the build so many time.

Unfortunately the place where the cached objects were stored complained it was too much load on their servers (Wasabi), so all the objects have to be regenerated, which is tricky.

But I'll add the button to start the workflow 👍

Please sign in to comment.