Skip to content

Commit 770f305

Browse files
author
Guy Bedford
authored
changelog: version links, disable checker for version links (#780)
1 parent 3547501 commit 770f305

File tree

2 files changed

+96
-96
lines changed

2 files changed

+96
-96
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
jobs:
1818

1919
check-changelog:
20-
if: github.ref != 'refs/heads/main'
20+
if: false && github.ref != 'refs/heads/main'
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)