We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e6ae131 + 689d920 commit aa21989Copy full SHA for aa21989
.github/workflows/custom-test.yaml
@@ -34,6 +34,9 @@ jobs:
34
- name: Check Event JSON
35
run: echo "${{ toJson(github.event) }}"
36
37
+ - name: Sleeping for 1min
38
+ run: sleep 60
39
+
40
- name: Set latest comit status as ${{ job.status }}
41
uses: myrotvorets/set-commit-status-action@master
42
if: always()
conf/conf.yaml
@@ -6,5 +6,5 @@ variables:
6
node: "node-exporter:9100"
7
namespace: "namespace"
8
job: "node-exporter"
9
- interval: "5m"
10
- rate_interval: "5m"
+ interval: "2m"
+ rate_interval: "2m"
0 commit comments