File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ # This workflow runs on regular PR/push to branches
2+ # and is workflow_call'ed by nightly-unstable-package.yaml
3+ # schedule to build unstable release
4+ # The main purpose of the workflow to determine whether we need
5+ # to use "unstable" release_tag
6+ # The actual job dispatch is done by build-n-test-all-distros.yml
7+
18name : Build
29
310on :
Original file line number Diff line number Diff line change 11
2+ # This reusable workflow implements build and test workflow part and is for
3+ # calling from release automation and regular PR/push builds.
4+ #
5+ # It handles release_tag values, including empty one (empty means PR/push build)
6+ # and unstable.
7+ #
8+ # Unstable run requires explicit switching to unstable branch in each job and
9+ # action because the schedule is initiated from master branch but the target
10+ # branch should be unstable branch. This is also handled here.
11+
212name : Build and Test All Distros
313
414on :
You can’t perform that action at this time.
0 commit comments