Skip to content

Commit

Permalink
changelog: version links, disable checker for version links (#780)
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed May 16, 2024
1 parent 3547501 commit 770f305
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 96 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ env:
jobs:

check-changelog:
if: github.ref != 'refs/heads/main'
if: false && github.ref != 'refs/heads/main'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
Loading

0 comments on commit 770f305

Please sign in to comment.