Skip to content

Commit

Permalink
Fix CI issue
Browse files Browse the repository at this point in the history
  • Loading branch information
timschneeb committed Feb 3, 2025
1 parent 18f3c2e commit d5da4f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: linkcheck
name: Validate links

on:
push:
Expand All @@ -7,7 +7,7 @@ on:
branches: [ '*' ]

jobs:
check:
linkcheck:
strategy:
fail-fast: false
matrix:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/trigger-crawler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Trigger app crawler

on:
workflow-dispatch:
push:
branches: [ '*' ]

Expand Down

0 comments on commit d5da4f4

Please sign in to comment.