Skip to content

Commit

Permalink
test: dummy PR
Browse files Browse the repository at this point in the history
Signed-off-by: Vibhu Prashar <[email protected]>
  • Loading branch information
vprashar2929 committed Aug 11, 2024
1 parent 9fa800b commit 8f642a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/custom-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ on:
jobs:
test:
if: github.event.issue.pull_request && github.event.comment.body == '/test'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Test step
run: echo "This is a test"

- name: Call workflow
uses: vprashar2929/kepler/.github/workflows/dummy.yml@main
with:
pr: "1234"
uses: vprashar2929/kepler/.github/workflows/dummy.yml@test-dummy-wk
with:
pr: "1234"
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 8f642a2

Please sign in to comment.