Skip to content

Commit

Permalink
Only release on Thursday now for patch-latest-release.yml
Browse files Browse the repository at this point in the history
Snapchat updates seem to only be approximately once a week now, so to reduce the unnecessary releases, I'm making them less often. (Now only releasing on Thursday instead of Sunday + Thursday.)
  • Loading branch information
NicholasFlamy authored Sep 23, 2024
1 parent bd8aa3a commit 619c178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/patch-latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Patch and Release APK

on:
schedule:
- cron: '55 23 * * 0,4'
- cron: '55 23 * * 4'
workflow_dispatch:
inputs:
no-release:
Expand Down

0 comments on commit 619c178

Please sign in to comment.