forked from tim/k3s-ansible
fix(CI): Break up workflows and use templates
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: "CI"
|
name: "CI"
|
||||||
concurrency: github_ci
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
|||||||
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
@@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: Linting
|
name: Linting
|
||||||
concurrency: github_ci
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
1
.github/workflows/test-default.yml
vendored
1
.github/workflows/test-default.yml
vendored
@@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: Molecule Template
|
name: Molecule Template
|
||||||
concurrency: github_ci
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
1
.github/workflows/test-ipv6.yml
vendored
1
.github/workflows/test-ipv6.yml
vendored
@@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: Molecule Template
|
name: Molecule Template
|
||||||
concurrency: github_ci
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
1
.github/workflows/test-single-node.yml
vendored
1
.github/workflows/test-single-node.yml
vendored
@@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: Molecule Template
|
name: Molecule Template
|
||||||
concurrency: github_ci
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user