Skip to content

Commit

Permalink
now don't push
Browse files Browse the repository at this point in the history
  • Loading branch information
facchettos committed Feb 16, 2024
1 parent b0c9cf2 commit e9704dc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/compat-matrix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,3 @@ jobs:
uses: actions/checkout@v4
- name: Execute unit tests
run: go run hack/compat-matrix/main.go docs/pages/deploying-vclusters/compat-matrix.mdx
- name: commit change if needed
run: |
git diff --quiet && git diff --staged --quiet || git commit -am 'updated compatibility matrix'
- name: Push changes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TO:KEN }}
run: git push

0 comments on commit e9704dc

Please sign in to comment.