Skip to content

Commit 60a93d3

Browse files
committed
ci: run all checks on PRs regardless of paths changed
Signed-off-by: danbugs <danilochiarlone@gmail.com>
1 parent b78da05 commit 60a93d3

3 files changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/benchmarks.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
workflow_dispatch:
55
pull_request:
66
branches: [main]
7-
paths:
8-
- 'host/**'
9-
- '.github/workflows/benchmarks.yml'
107
push:
118
branches: [main]
129
paths:

.github/workflows/host-checks.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ on:
44
workflow_dispatch:
55
pull_request:
66
branches: [main]
7-
paths:
8-
- 'host/**'
9-
- '.github/workflows/host-checks.yml'
107
push:
118
branches: [main]
129
paths:

.github/workflows/test-examples.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,6 @@ on:
44
workflow_dispatch:
55
pull_request:
66
branches: [main]
7-
paths:
8-
- 'examples/**'
9-
- 'runtimes/**'
10-
- 'host/**'
11-
- '.github/workflows/test-examples.yml'
127
push:
138
branches: [main]
149
paths:

0 commit comments

Comments
 (0)