Skip to content

Commit

Permalink
chore(ci): ignore eigenlayer docs website
Browse files Browse the repository at this point in the history
  • Loading branch information
merklefruit committed Nov 6, 2024
1 parent 9717a74 commit f91d7c3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/.linkspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ useGitIgnore: true

ignorePatterns:
- pattern: "^https://.*etherscan.io/.*$"

- pattern: "^https://.*docs.eigenlayer.xyz/.*$"
4 changes: 4 additions & 0 deletions .github/workflows/contracts_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ on:
paths:
- "bolt-contracts/**"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
check:
name: Foundry project
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linkspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
reporter: github-pr-review
config_file: .github/.linkspector.yml
fail_on_error: true
filter_mode: nofilter
filter_mode: nofilter

0 comments on commit f91d7c3

Please sign in to comment.