Skip to content

Commit

Permalink
Merge pull request #12 from vprashar2929/test-trigg-wkf
Browse files Browse the repository at this point in the history
test: dummy PR
  • Loading branch information
vprashar2929 authored Aug 20, 2024
2 parents e6ae131 + 689d920 commit aa21989
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/custom-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Check Event JSON
run: echo "${{ toJson(github.event) }}"

- name: Sleeping for 1min
run: sleep 60

- name: Set latest comit status as ${{ job.status }}
uses: myrotvorets/set-commit-status-action@master
if: always()
Expand Down
4 changes: 2 additions & 2 deletions conf/conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ variables:
node: "node-exporter:9100"
namespace: "namespace"
job: "node-exporter"
interval: "5m"
rate_interval: "5m"
interval: "2m"
rate_interval: "2m"

0 comments on commit aa21989

Please sign in to comment.