Skip to content

Commit

Permalink
[ci]: Enable daily building for ubuntu20.04 to every branch (sonic-ne…
Browse files Browse the repository at this point in the history
…t#17520)

- The ubuntu 2004 is needed by 202311
- Because the artifacts of ubuntu2004 are used by other repos, a daily building is needed without an updating of this repo for a long time.

Signed-off-by: Ze Gan <[email protected]>
  • Loading branch information
Pterosaur authored Feb 1, 2024
1 parent 1c901b8 commit 89137b8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .azure-pipelines/azure-pipelines-build-ubuntu-2004.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ trigger:
branches:
include:
- master
- 202???

schedules:
- cron: "0 0 * * *"
displayName: Daily build
branches:
include:
- master
- 202???
always: true

stages:
- stage: Build
Expand Down

0 comments on commit 89137b8

Please sign in to comment.