-
Notifications
You must be signed in to change notification settings - Fork 12
48 lines (44 loc) · 1.16 KB
/
hourly.yml
File metadata and controls
48 lines (44 loc) · 1.16 KB
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
41
42
43
44
45
46
47
48
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: |
3jane/main.py
morpho/markets.py
aave/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
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
yearn-stuck-triggers:
uses: ./.github/workflows/_run-monitoring.yml
secrets: inherit
with:
cache_file: tks-trigger-cache.json
cache_key_prefix: tks-trigger-v1
scripts: |
yearn/check_stuck_triggers.py