Skip to content

Commit 202f1e8

Browse files
author
Ahmad El Youssef
committed
DCPerf CI: run health_check and mediawiki on every PR
Remove on.pull_request/push paths filters so these two benchmarks always appear in PR Checks, not only when their packages/ dir is touched. Matches user request to make mediawiki and health_check always run on the PR. Test Plan: - yaml.safe_load on both workflows OK
1 parent 1fa4716 commit 202f1e8

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/dcperf_ci_health_check.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,12 @@
77
name: DCPerf Health_check CI
88

99
on:
10-
# PR Trigger — only run when files affecting this benchmark change
11-
#
1210
pull_request:
13-
paths:
14-
- 'packages/health_check/**'
1511

16-
# Push Trigger (enable to catch errors coming out of multiple merges)
17-
#
1812
push:
1913
branches:
2014
- main
21-
paths:
22-
- 'packages/health_check/**'
2315

24-
# Manual Trigger
25-
#
2616
workflow_dispatch:
2717

2818
concurrency:

.github/workflows/dcperf_ci_mediawiki.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,12 @@
77
name: DCPerf Mediawiki CI
88

99
on:
10-
# PR Trigger — only run when files affecting this benchmark change
11-
#
1210
pull_request:
13-
paths:
14-
- 'packages/mediawiki/**'
1511

16-
# Push Trigger (enable to catch errors coming out of multiple merges)
17-
#
1812
push:
1913
branches:
2014
- main
21-
paths:
22-
- 'packages/mediawiki/**'
2315

24-
# Manual Trigger
25-
#
2616
workflow_dispatch:
2717

2818
concurrency:

0 commit comments

Comments
 (0)