Merge pull request #11 from corvus-migratorius/hotfix-ci
Lesser fixes to the CI
This commit is contained in:
1
.github/workflows/kics.yml
vendored
1
.github/workflows/kics.yml
vendored
@@ -3,7 +3,6 @@ name: kics
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: ["master"]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
kics:
|
kics:
|
||||||
|
|||||||
3
.github/workflows/linters.yml
vendored
3
.github/workflows/linters.yml
vendored
@@ -3,9 +3,6 @@ name: linters
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "master" ]
|
|
||||||
push:
|
|
||||||
branches: [ "master" ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/molecule.yml
vendored
2
.github/workflows/molecule.yml
vendored
@@ -3,6 +3,8 @@ name: molecule
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths:
|
||||||
|
- 'roles/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
detect:
|
detect:
|
||||||
|
|||||||
Reference in New Issue
Block a user