mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
fix (CI): temp solution until proper fix
This commit is contained in:
parent
ef28c70b9b
commit
ebcdb9d93a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -195,7 +195,7 @@ jobs:
|
|||
|
||||
release_docker_arm64:
|
||||
if: github.ref == 'refs/heads/master'
|
||||
needs: [ test_e2e, test_backend, test_frontend ]
|
||||
needs: [ test_backend, test_frontend ]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Init
|
||||
|
|
|
|||
Loading…
Reference in a new issue