Temporarily disable ci workflow.

This commit is contained in:
Alexander Artemenko 2021-02-07 12:37:06 +03:00
parent 533f81b31b
commit 775392ccac

View file

@ -7,12 +7,12 @@ on:
branches:
- 'main'
- 'master'
# This will run tests for every pull request:
pull_request:
# Rerun tests at 10 AM every Monday
# to check if they still work with latest dependencies.
schedule:
- cron: '0 10 * * 1'
# # This will run tests for every pull request:
# pull_request:
# # Rerun tests at 10 AM every Monday
# # to check if they still work with latest dependencies.
# schedule:
# - cron: '0 10 * * 1'
jobs:
run-tests: