Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Feb 9, 2024
1 parent 46870c7 commit 9550982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ jobs:
uses: actions/checkout@v4
- name: run compat
run: go run hack/compat-matrix/main.go docs/pages/deploying-vclusters/compat-matrix.mdx
- name: commit if needed
run: git diff --quiet && git diff --staged --quiet || git commit -am 'updated compatibility matrix'

0 comments on commit 9550982

Please sign in to comment.