Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions evergreen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ buildvariants:
- validate_commit_message
- display_name: Test Tags
name: release
cron: "0 0 * * *" # Run once per day at midnight UTC
paths: ["ex.yml"] # Only run if ex.yml changes
run_on:
- ubuntu2004-small
tasks:
Expand Down
1 change: 1 addition & 0 deletions ex.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# hello world!
buildvariants:
- display_name: Ubuntu 16.04
name: ubuntu1604
Expand Down