kopia lustrzana https://github.com/bellingcat/auto-archiver
Run expensive download tests once per week, on a month at 2:35pm
(time is offset from the hour to alleviate high load on Githubpull/163/head
rodzic
528b78db85
commit
9b596e59d6
|
@ -1,12 +1,10 @@
|
||||||
name: Download Tests
|
name: Download Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
schedule:
|
||||||
branches: [ main, staging ]
|
- cron: '35 14 * * 1'
|
||||||
paths:
|
|
||||||
- src/**
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, staging ]
|
branches: [ main ]
|
||||||
paths:
|
paths:
|
||||||
- src/**
|
- src/**
|
||||||
|
|
||||||
|
@ -15,7 +13,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["3.10"]
|
python-version: ["3.10"] # only run expensive downloads on one python version
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: ./
|
working-directory: ./
|
||||||
|
|
Ładowanie…
Reference in New Issue