diff options
| author | John MacFarlane <[email protected]> | 2022-10-24 16:23:30 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-10-24 16:23:30 -0700 |
| commit | 0e85a77f78a53ebd6cbf46252f1dfc31ef475e16 (patch) | |
| tree | 844bc3a20510a6f24c97420c241645ec7915687a | |
| parent | c73ebb8a0331f52f37a758854a40883be20fd031 (diff) | |
Switch release_candidate workflow to workflow_dispatch
| -rw-r--r-- | .github/workflows/release-candidate.yml | 5 | ||||
| -rw-r--r-- | RELEASE-CHECKLIST | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 54e5024f7..26e297fe2 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -1,9 +1,6 @@ name: Release candidate -on: - push: - branches: - - 'rc/**' +on: workflow_dispatch permissions: contents: read diff --git a/RELEASE-CHECKLIST b/RELEASE-CHECKLIST index a9f44c4d1..2002bdc5d 100644 --- a/RELEASE-CHECKLIST +++ b/RELEASE-CHECKLIST @@ -2,7 +2,7 @@ [ ] make prerelease [ ] Finalize changelog [ ] Update AUTHORS (make authors LASTRELEASE=x.y.z) -[ ] push release candidate branch rc/VERSION +[ ] Run release candidate workflow manually on GitHub [ ] if it builds successfully, download artifacts [ ] run tools/build-arm.sh to create and download arm64 linux package [ ] Use 'make' in macos and windows artifacts to sign code |
