Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Apr 5, 2021
1 parent 5c75afa commit bf861f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Expand Up @@ -3,17 +3,14 @@
name: CI

on:
push:
schedule:
- cron: '0 8 * * *'
push:
branches: [master]
pull_request:

jobs:
test:
runs-on: ubuntu-latest
strategy:
max-parallel: 2
fail-fast: false
matrix:
python-version: [3.9, 3.8, 3.7]
Expand Down

0 comments on commit bf861f2

Please sign in to comment.