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