Skip to content

Commit d4eace0

Browse files
committed
Revert "chore: workflow - Run link checker on commit message trigger [link-check]"
This reverts commit d9407c2.
1 parent bf4aff3 commit d4eace0

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ jobs:
7070
- name: Determine Base URL
7171
id: base_url
7272
run: |
73-
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
74-
BASE_URL="/"
75-
elif [[ "${{ github.repository_owner }}.github.io" == "open-neuromorphic.github.io" && "${{ github.ref_name }}" == "main" ]]; then
73+
if [[ "${{ github.repository_owner }}.github.io" == "open-neuromorphic.github.io" && "${{ github.ref_name }}" == "main" ]]; then
7674
BASE_URL="https://open-neuromorphic.org/"
7775
elif [[ "${{ github.repository_owner }}.github.io" == "open-neuromorphic.github.io" && "${{ github.ref_name }}" == "refactor" ]]; then
7876
BASE_URL="https://open-neuromorphic.github.io/refactor-preview/" # Example preview URL
@@ -184,17 +182,7 @@ jobs:
184182
--exclude-all-private
185183
--exclude 'https://www.linkedin.com/.*'
186184
--exclude 'https://twitter.com/intent/.*'
187-
--exclude 'https://x.com/.*'
188185
--exclude 'https://github.com/open-neuromorphic/open-neuromorphic.github.io/issues/new/choose'
189-
--exclude 'https://*.intel.com/.*'
190-
--exclude 'https://doi.org/.*'
191-
--exclude 'https://*.biorxiv.org/.*'
192-
--exclude 'https://*.science.org/.*'
193-
--exclude 'http://blogs.sciencemag.org/.*'
194-
--exclude 'https://codeconfessions.substack.com/.*'
195-
--exclude 'https://www.kth.se/.*'
196-
--exclude 'https://ch.frenkel.github.io/.*'
197-
--exclude 'https://*.ecmlpkdd.org/.*'
198186
'./**/*.html'
199187
fail: false
200188
jobSummary: true

0 commit comments

Comments
 (0)