-
Notifications
You must be signed in to change notification settings - Fork 8
40 lines (37 loc) · 976 Bytes
/
hourly.yml
File metadata and controls
40 lines (37 loc) · 976 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: Hourly Monitoring Scripts
on:
schedule:
- cron: "26 * * * *"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
hourly:
uses: ./.github/workflows/_run-monitoring.yml
secrets: inherit
with:
cache_file: cache-id.txt
cache_key_prefix: cache-id-v4
scripts: |
morpho/markets.py
aave/main.py
compound/main.py
lido/steth/main.py
lrt-pegs/curve/main.py
lrt-pegs/fluid/main.py
rtoken/monitor_rtoken.py
lrt-pegs/origin_protocol.py
euler/markets.py
resolv/resolv.py
infinifi/main.py
silo/ur_sniff.py
usdai/main.py
yearn/alert_large_flows.py
maple/main.py
timelock/timelock_alerts.py
# always run proposals after timelock alerts
aave/proposals.py
compound/proposals.py
fluid/proposals.py
maker/proposals.py