Skip to content

Commit

Permalink
chore(ci): fix schedules in Drone pipelines
Browse files Browse the repository at this point in the history
That removes actually e2e-* from the `thrice-daily`.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Feb 17, 2021
1 parent 02b3719 commit 292bc39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ local default_pipeline = Pipeline('default', default_steps) + default_trigger;
local cron_trigger(schedules) = {
trigger: {
cron: {
include: ['thrice-daily', 'nightly'],
include: schedules,
},
},
};
Expand Down

0 comments on commit 292bc39

Please sign in to comment.