Skip to content

Commit

Permalink
ci: run patch release on thursday
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnoC committed Aug 23, 2023
1 parent 10cf350 commit 60a4c51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-patch-release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Automatically create patch release every 2 weeks
on:
schedule:
# Run every Friday right before midnight
- cron: '59 23 * * 5'
# Run every Thurdsay right before midnight
- cron: '59 23 * * 4'
jobs:
create_patch_release:
name: Create release
Expand Down

0 comments on commit 60a4c51

Please sign in to comment.