Skip to content

Commit ae2d92f

Browse files
committed
do not run changelog in cron builds
1 parent 9630d31 commit ae2d92f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.drone.star

+5
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,11 @@ def changelog(ctx):
376376
"ref": branch_ref + [
377377
"refs/pull/**",
378378
],
379+
"event": {
380+
"exclude": [
381+
"cron",
382+
],
383+
},
379384
},
380385
}]
381386

0 commit comments

Comments
 (0)