Skip to content

Commit aa21989

Browse files
authored
Merge pull request #12 from vprashar2929/test-trigg-wkf
test: dummy PR
2 parents e6ae131 + 689d920 commit aa21989

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/custom-test.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Check Event JSON
3535
run: echo "${{ toJson(github.event) }}"
3636

37+
- name: Sleeping for 1min
38+
run: sleep 60
39+
3740
- name: Set latest comit status as ${{ job.status }}
3841
uses: myrotvorets/set-commit-status-action@master
3942
if: always()

conf/conf.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ variables:
66
node: "node-exporter:9100"
77
namespace: "namespace"
88
job: "node-exporter"
9-
interval: "5m"
10-
rate_interval: "5m"
9+
interval: "2m"
10+
rate_interval: "2m"

0 commit comments

Comments
 (0)