Skip to content

Commit

Permalink
Merge pull request #2894 from informalsystems/gabriela/remove-cronjob
Browse files Browse the repository at this point in the history
Remove cronjob for prepare-release workflow
  • Loading branch information
bugarela committed May 6, 2024
2 parents 99b93bb + 1030a14 commit 6d69a24
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

## [./prepare-release.yml](./prepare-release.yml)

- Triggered manually, or by a cron-job every Monday.
- Triggered manually.
- The workflow prepares a release and opens a `[release]` PR.
- **Requirements**:
- A personal API token is required to authenticate the API call that opens the
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/prepare-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@ on:
description: "Version (leave empty to increment patch version)"
required: false
default: ""
schedule:
# * is a special character in YAML so you have to quote this string
# Automatically prepare a minor version release every Monday
# See https://crontab.guru/#0_0_*_*_1
- cron: "0 0 * * 1"

jobs:
prepare-release:
Expand Down
3 changes: 1 addition & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -474,8 +474,7 @@ are configured in [./.github/workflows/prepare-release.yml][] and
The process proceeds in two steps:

1. CI prepares a release, and opens a PR with the version changes and release
notes. These are triggered every Monday by a cron job or [manually via the
GitHub UI][github-ui].
notes. These are [manually via the GitHub UI][github-ui].
- The scheduled releases increment the patch number.
- Use the _Version_ input field to manually specify the version to release.

Expand Down

0 comments on commit 6d69a24

Please sign in to comment.