Update main.yaml
This commit is contained in:
parent
bcbaab0ed2
commit
9365c5698b
1 changed files with 6 additions and 1 deletions
7
.github/workflows/main.yaml
vendored
7
.github/workflows/main.yaml
vendored
|
|
@ -47,7 +47,12 @@ jobs:
|
||||||
needs:
|
needs:
|
||||||
- build-frontend
|
- build-frontend
|
||||||
- build-ingress
|
- build-ingress
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout current branch with lfs
|
||||||
|
uses: actions/checkout@master
|
||||||
|
with:
|
||||||
|
lfs: true
|
||||||
|
|
||||||
- name: Setup auth tokens
|
- name: Setup auth tokens
|
||||||
run: |
|
run: |
|
||||||
# SSH key
|
# SSH key
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue