filter execution on cron event name

This commit is contained in:
Joseph Montanaro 2020-12-30 05:40:09 -08:00
parent dbe5db895b
commit 5e49fc7e9c
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,8 @@ name: check
trigger: trigger:
event: event:
- cron - cron
cron:
- weekly-update-check
steps: steps:
- name: check - name: check

View File

@ -1,5 +1,7 @@
# No-limit Drone server CI pipeline # No-limit Drone server CI pipeline
[![Build Status](https://drone.jfmonty2.com/api/badges/jfmonty2/drone/status.svg)](https://drone.jfmonty2.com/jfmonty2/drone)
The official Docker images provided by the Drone CI project use the Enterprise version, which is The official Docker images provided by the Drone CI project use the Enterprise version, which is
limied to a total of 5000 builds unless the server is in posession of a valid Enterprise license. limied to a total of 5000 builds unless the server is in posession of a valid Enterprise license.
For personal or small-company (<$1M yearly revenue) use this limitation can be avoided by compiling For personal or small-company (<$1M yearly revenue) use this limitation can be avoided by compiling