mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-08 03:18:28 +03:00
Run expensive download tests once per week, on a month at 2:35pm
(time is offset from the hour to alleviate high load on Github
This commit is contained in:
10
.github/workflows/tests-download.yaml
vendored
10
.github/workflows/tests-download.yaml
vendored
@@ -1,12 +1,10 @@
|
||||
name: Download Tests
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ main, staging ]
|
||||
paths:
|
||||
- src/**
|
||||
schedule:
|
||||
- cron: '35 14 * * 1'
|
||||
pull_request:
|
||||
branches: [ main, staging ]
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- src/**
|
||||
|
||||
@@ -15,7 +13,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["3.10"]
|
||||
python-version: ["3.10"] # only run expensive downloads on one python version
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./
|
||||
|
||||
Reference in New Issue
Block a user