File: cron.yml

package info (click to toggle)
python-cobra 0.29.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,512 kB
  • sloc: python: 14,703; xml: 12,841; makefile: 137; sh: 30
file content (11 lines) | stat: -rw-r--r-- 153 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
name: Cron Test

on:
  schedule:
  # Run every Tuesday at 10:30.
  - cron: '30 10 * * 2'

jobs:
  prerequisites:
    uses: ./.github/workflows/test.yml