Skip to content

Commit

Permalink
chore: reschedule cut of release branch (#5179)
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales authored Oct 23, 2023
1 parent 2c7b2df commit 9f52b21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/createReleaseBranch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: Create Release Branch
on:
repository_dispatch:
types: create_release_branch
# schedule:
# - cron: '0 13 * * 1'
schedule:
- cron: '0 13 * * 1'
workflow_dispatch:
inputs:
releaseType:
description: 'Select the release type (default is minor)'
required: true
default: 'patch'
default: 'minor'
type: choice
options:
- minor
Expand Down

0 comments on commit 9f52b21

Please sign in to comment.