Skip to content

Commit

Permalink
Exclude workflows from some checks out of scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Michele Modolo committed Jan 14, 2025
1 parent 85844e6 commit 7e5f65f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ on:
- reopened
- synchronize
- ready_for_review
paths:
- '!.github/workflows/**'

workflow_dispatch:

concurrency:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-integration-caplin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ on:
- reopened
- synchronize
- ready_for_review
paths:
- '!.github/workflows/**'

jobs:
tests:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test-integration-erigon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ on:
- reopened
- synchronize
- ready_for_review
paths:
- '!.github/workflows/**'
schedule:
- cron: '20 16 * * *' # daily at 16:20 UTC
workflow_dispatch:
Expand Down

0 comments on commit 7e5f65f

Please sign in to comment.