Skip to content

Commit 049fb9a

Browse files
committed
Revert "chore: workflow - Run link checker on commit message trigger [link-check]"
This reverts commit fa0dd2d.
1 parent 3bc3966 commit 049fb9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
link-checker:
144144
runs-on: ubuntu-latest
145145
needs: build
146-
if: github.event_name == 'pull_request' || contains(github.event.head_commit.message, '[link-check]')
146+
if: github.event_name == 'pull_request' # Only run on pull requests
147147
steps:
148148
- name: Download artifact
149149
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)