mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-28 03:32:41 +01:00
fix(ci): adjusting cache steps
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -8,11 +8,11 @@ on:
|
||||
paths-ignore:
|
||||
- '**/README.md'
|
||||
jobs:
|
||||
lint:
|
||||
uses: ./.github/workflows/lint.yml
|
||||
cache:
|
||||
uses: ./.github/workflows/cache.yml
|
||||
needs: [lint]
|
||||
lint:
|
||||
uses: ./.github/workflows/lint.yml
|
||||
needs: [cache]
|
||||
test:
|
||||
uses: ./.github/workflows/test.yml
|
||||
needs: [lint, cache]
|
||||
needs: [cache, lint]
|
||||
|
||||
Reference in New Issue
Block a user