Skip to content

Commit 5b4015b

Browse files
committed
Comment workflow files
1 parent 65254d1 commit 5b4015b

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/workflows/apt.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# This workflow runs on regular PR/push to branches
2+
# and is workflow_calle'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+
18
name: Build
29

310
on:

.github/workflows/build-n-test-all-distros.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
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+
212
name: Build and Test All Distros
313

414
on:

0 commit comments

Comments
 (0)