-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: robot builds for all release types (#13306)
* build: robot builds for all release types * allow other release branch format in robot builds * truncate changelogs if necessary * handle limiting the message more readably
- Loading branch information
Showing
3 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,14 @@ | ||
name: 'Start Internal-Release OT-3 build' | ||
name: 'Start Flex build' | ||
on: | ||
push: | ||
branches: | ||
- edge | ||
- '*internal-release*' | ||
- 'release*' | ||
- 'chore_release*' | ||
tags: | ||
- ot3@* | ||
- v* | ||
pull_request: | ||
types: | ||
- opened | ||
|
@@ -16,7 +19,7 @@ jobs: | |
handle-push: | ||
runs-on: 'ubuntu-latest' | ||
if: github.event_name == 'push' | ||
name: "Start an OT-3 build for a branch/tag push" | ||
name: "Start a Flex build for a branch/tag push" | ||
steps: | ||
- name: 'start build' | ||
uses: octokit/[email protected] | ||
|
@@ -39,7 +42,7 @@ jobs: | |
handle-pr: | ||
runs-on: 'ubuntu-latest' | ||
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == 'Opentrons/opentrons' && contains(github.event.pull_request.labels.*.name, 'ot3-build') | ||
name: "Start an OT-3 build for a requested PR" | ||
name: "Start a Flex build for a requested PR" | ||
steps: | ||
- name: 'start build' | ||
uses: octokit/[email protected] | ||
|
5 changes: 4 additions & 1 deletion
5
...ows/start-internal-release-ot2-build.yaml → .github/workflows/start-ot2-build.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters