mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 04:46:29 +03:00
try to get on-tag-builds to work
This commit is contained in:
@@ -175,18 +175,30 @@ workflows:
|
|||||||
# - cargo_fetch
|
# - cargo_fetch
|
||||||
|
|
||||||
- remote_tests_rust
|
- remote_tests_rust
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
|
|
||||||
- remote_tests_python
|
- remote_tests_python
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
|
|
||||||
- remote_python_packaging:
|
- remote_python_packaging:
|
||||||
requires:
|
requires:
|
||||||
- remote_tests_python
|
- remote_tests_python
|
||||||
- remote_tests_rust
|
- remote_tests_rust
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
|
|
||||||
- upload_docs_wheels:
|
- upload_docs_wheels:
|
||||||
requires:
|
requires:
|
||||||
- remote_python_packaging
|
- remote_python_packaging
|
||||||
- build_doxygen
|
- build_doxygen
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
# - rustfmt:
|
# - rustfmt:
|
||||||
# requires:
|
# requires:
|
||||||
# - cargo_fetch
|
# - cargo_fetch
|
||||||
@@ -195,6 +207,9 @@ workflows:
|
|||||||
# - cargo_fetch
|
# - cargo_fetch
|
||||||
|
|
||||||
- build_doxygen
|
- build_doxygen
|
||||||
|
filters:
|
||||||
|
tags:
|
||||||
|
only: /.*/
|
||||||
|
|
||||||
# Linux Desktop 64bit
|
# Linux Desktop 64bit
|
||||||
# - test_x86_64-unknown-linux-gnu:
|
# - test_x86_64-unknown-linux-gnu:
|
||||||
|
|||||||
Reference in New Issue
Block a user