Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler authored Sep 19, 2023
1 parent 1fddd85 commit 3132e29
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ env:

on:
push:
paths:
- 'k8s/**'
- '.github/workflows/**'
- main

jobs:
validate-manifests:
Expand Down Expand Up @@ -56,4 +54,4 @@ jobs:
# ...
- name: Debug failure
if: failure()
run: $SCRIPTS_DIR/e2e-debug-failure.sh
run: $SCRIPTS_DIR/e2e-debug-failure.sh

0 comments on commit 3132e29

Please sign in to comment.