Temporarily disable ci workflow.
This commit is contained in:
parent
533f81b31b
commit
775392ccac
1 changed files with 6 additions and 6 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue