Skip to content

Commit 3929ccc

Browse files
chore: Release Cinema 4D OpenJD on weekly schedule. (#512)
Signed-off-by: Karthik Bekal Pattathana <133984042+karthikbekalp@users.noreply.github.com>
1 parent c9d04eb commit 3929ccc

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release_bump.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: "Release: Bump"
22

33
on:
4+
schedule:
5+
# Every Monday at 14:00 UTC (~6/7am Pacific, ~9/10am Eastern).
6+
- cron: "0 14 * * 1"
47
workflow_dispatch:
58
inputs:
69
force_version_bump:
@@ -26,4 +29,4 @@ jobs:
2629
pull-requests: write
2730
secrets: inherit
2831
with:
29-
force_version_bump: ${{ inputs.force_version_bump }}
32+
force_version_bump: ${{ inputs.force_version_bump }}

0 commit comments

Comments
 (0)