Skip to content

Commit

Permalink
Always run required checks (#301)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
widhalmt authored Jan 16, 2024
1 parent 64d33e7 commit ba6e5aa
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/test_roles_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,7 @@ on:
- warning
- debug
pull_request:
branches:
- 'feature/**'
- 'fix/**'
- '!doc/**'
paths:
- 'roles/**'
- '.github/workflows/test_roles_pr.yml'
- 'molecule/elasticstack_default/**'
push:
branches:
- 'feature/**'
- 'fix/**'
- '!doc/**'
paths:
- 'roles/**'
- '.github/workflows/test_roles_pr.yml'
- 'molecule/elasticstack_default/**'
merge_group:

jobs:
Expand Down

0 comments on commit ba6e5aa

Please sign in to comment.