Skip to content

Commit 3d256e2

Browse files
committed
CI: always run set-matrix to prevent locked up PRs on docs
Letting `set_matrix` job run always, because it is required to report its status for an approved PR to be merged. Fixes: #571
1 parent 6746215 commit 3d256e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: CI
22
on:
33
push:
4-
paths: [ 'cmake/projects/**' ]
54
pull_request:
6-
paths: [ 'cmake/projects/**' ]
75
workflow_dispatch:
86
inputs:
97
project:

0 commit comments

Comments
 (0)