mirror of
https://github.com/kopia/kopia.git
synced 2026-05-13 01:05:56 -04:00
fix(provider): fixed b2 provider failure (#1685)
There was a small regression in #1654 - only in negative tests. Also removed unnecessary retries on ErrUnsupportedPutBlobOption + switched provider test to run once per day, instead of 12 times/day.
This commit is contained in:
4
.github/workflows/provider-tests.yml
vendored
4
.github/workflows/provider-tests.yml
vendored
@@ -5,8 +5,8 @@ on:
|
||||
tags:
|
||||
- v*
|
||||
schedule:
|
||||
# run every 2 hours
|
||||
- cron: '19 */2 * * *'
|
||||
# run once per day
|
||||
- cron: '19 7 * * *'
|
||||
jobs:
|
||||
endurance-test:
|
||||
name: Provider Test
|
||||
|
||||
Reference in New Issue
Block a user