Skip to content

Commit

Permalink
add cron job; test python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
yannikschaelte committed Sep 7, 2023
1 parent 56c3157 commit 2236fc3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: CI

on: [push]
on:
push:
schedule:
- cron: '30 01 * * WED'

jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9, 3.6]
python-version: [3.11, 3.6]

steps:
- name: Check out repository
Expand Down

0 comments on commit 2236fc3

Please sign in to comment.