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:
|
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:
|
||||||
|
|
Loading…
Reference in a new issue