Skip to content

Commit

Permalink
Add cron schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed Nov 10, 2020
1 parent 095f0ed commit 51f67d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/omero_plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@
#
# 1. Set up the stage variable depending on the plugin. Supported stages
# are: app, cli, scripts, lib, srv
#
# 2. Adjust the cron schedule as necessary

name: OMERO
on:
push:
pull_request:
schedule:
- cron: '0 0 * * 0'

jobs:
test:
Expand Down

0 comments on commit 51f67d4

Please sign in to comment.