Skip to content

Commit f19dbb4

Browse files
Merge branch 'main' into MorganaFuture/prepared-statements-backend-rotation
2 parents d83063c + 8b12809 commit f19dbb4

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/security.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ on:
77
pull_request:
88
branches:
99
- main
10-
schedule:
11-
# Every day at midnight UTC
12-
- cron: "0 0 * * *"
1310

1411
jobs:
1512
deps:

test/supavisor/monitoring/prom_ex_test.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ defmodule Supavisor.Monitoring.PromExTest do
1515
{:linux, :aarch64} => {
1616
"https://github.com/prometheus/prom2json/releases/download/v1.4.1/prom2json-1.4.1.linux-arm64.tar.gz",
1717
"prom2json-1.4.1.linux-arm64/prom2json"
18+
},
19+
{:linux, :x86_64} => {
20+
"https://github.com/prometheus/prom2json/releases/download/v1.4.1/prom2json-1.4.1.linux-amd64.tar.gz",
21+
"prom2json-1.4.1.linux-amd64/prom2json"
1822
}
1923
}
2024

0 commit comments

Comments
 (0)