Skip to content

Commit 54496c0

Browse files
committed
revert tests
1 parent 1670309 commit 54496c0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/auto-patch-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Automatically create patch release every 2 weeks
22
on:
3-
pull_request
3+
schedule:
4+
# Run every Thursday right before midnight
5+
- cron: '59 23 * * 4'
46
jobs:
57
create_patch_release:
68
name: Create release
@@ -15,4 +17,4 @@ jobs:
1517
odd_release: 'true'
1618
release-command: bash .github/scripts/prepare_release.sh
1719
release-branch: master
18-
default-branch: ci-patch-thrusday
20+
default-branch: develop

0 commit comments

Comments
 (0)