2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Run all jobs on scheduled builds (including OpenBSD and Windows)

This commit is contained in:
Ondřej Surý
2019-12-10 09:23:37 +01:00
parent ec80c7b576
commit 52773e226a

View File

@@ -133,12 +133,14 @@ stages:
- merge_requests
- tags
- web
- schedules
.release-branch-triggering-rules: &release_branch_triggering_rules
only:
- merge_requests
- tags
- web
- schedules
- master@isc-projects/bind9
- /^v9_[1-9][0-9]$/@isc-projects/bind9
@@ -854,6 +856,7 @@ system:clang:openbsd6.5:amd64:
- clang:openbsd6.5:amd64
needs: ["clang:openbsd6.5:amd64"]
only:
- schedules
- tags
- web
@@ -941,5 +944,6 @@ system:msvc:windows:amd64:
expire_in: "1 week"
when: on_failure
only:
- schedules
- tags
- web