Skip to content

Commit ba6e5aa

Browse files
authored
Always run required checks (#301)
We have quite sophisticated rules when to run which Molecule checks. Unfortunately it's quite easy to have a PR or push where the full stack checks won't run. But since we require these checks, you can end up in a situation where you don't have check results but can't merge without those results. So I simplified the rules when to run these checks. fixes #300
1 parent 64d33e7 commit ba6e5aa

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/test_roles_pr.yml

-16
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,7 @@ on:
1313
- warning
1414
- debug
1515
pull_request:
16-
branches:
17-
- 'feature/**'
18-
- 'fix/**'
19-
- '!doc/**'
20-
paths:
21-
- 'roles/**'
22-
- '.github/workflows/test_roles_pr.yml'
23-
- 'molecule/elasticstack_default/**'
2416
push:
25-
branches:
26-
- 'feature/**'
27-
- 'fix/**'
28-
- '!doc/**'
29-
paths:
30-
- 'roles/**'
31-
- '.github/workflows/test_roles_pr.yml'
32-
- 'molecule/elasticstack_default/**'
3317
merge_group:
3418

3519
jobs:

0 commit comments

Comments
 (0)