Skip to content

Commit fbacc97

Browse files
author
Michele Modolo
committed
restrict the scope of mandatory checks
1 parent accb68a commit fbacc97

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
- reopened
1313
- synchronize
1414
- ready_for_review
15+
paths:
16+
- '!.github/workflows/**'
17+
- '!dashboards/**'
18+
1519
workflow_dispatch:
1620

1721
concurrency:

.github/workflows/test-integration-caplin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
- reopened
1414
- synchronize
1515
- ready_for_review
16+
paths:
17+
- '!.github/workflows/**'
18+
- '!dashboards/**'
1619

1720
jobs:
1821
tests:

.github/workflows/test-integration-erigon.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ on:
1212
- reopened
1313
- synchronize
1414
- ready_for_review
15+
paths:
16+
- '!.github/workflows/**'
17+
- '!dashboards/**'
18+
1519
schedule:
1620
- cron: '20 16 * * *' # daily at 16:20 UTC
1721
workflow_dispatch:

0 commit comments

Comments
 (0)