[ci] Finish setting up #2
This commit is contained in:
parent
5ae7650e63
commit
b08a0b616e
@ -59,6 +59,14 @@ update_windows_deps:
|
||||
|
||||
# commit from linux, because setting up SSH in Windows is a fucking nightmare
|
||||
commit_windows_deps:
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
when: never
|
||||
- if: $CI_COMMIT_BRANCH == "main"
|
||||
changes:
|
||||
- Pipfile
|
||||
- Pipfile.lock
|
||||
when: always
|
||||
needs:
|
||||
- update_windows_deps
|
||||
image: alpine
|
||||
|
Loading…
Reference in New Issue
Block a user