Skip to content

Commit e50ee67

Browse files
authored
Merge pull request #28 from kaspar030/pass_ci_labels_getjobs
pass CI_PULL_LABELS to get_jobs
2 parents 4904b51 + 8af7222 commit e50ee67

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

common.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ post_build() {
3838
}
3939

4040
get_jobs() {
41-
dwqc -E NIGHTLY -E STATIC_TESTS -E APPS -E BOARDS './.murdock get_jobs'
41+
dwqc -E CI_PULL_LABELS -E NIGHTLY -E STATIC_TESTS -E APPS -E BOARDS \
42+
'./.murdock get_jobs'
4243
}
4344

4445
build() {

0 commit comments

Comments
 (0)