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: branches:
- 'main' - 'main'
- 'master' - 'master'
# This will run tests for every pull request: # # This will run tests for every pull request:
pull_request: # pull_request:
# Rerun tests at 10 AM every Monday # # Rerun tests at 10 AM every Monday
# to check if they still work with latest dependencies. # # to check if they still work with latest dependencies.
schedule: # schedule:
- cron: '0 10 * * 1' # - cron: '0 10 * * 1'
jobs: jobs:
run-tests: run-tests: