1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

ci: do not run manual jobs for tagged commits

This commit is contained in:
Steffen Vogel 2021-01-04 21:18:41 +01:00
parent 2c299c69cf
commit f4a43c9b47

View file

@ -356,6 +356,8 @@ deploy:web:
deploy:packages:manual:
<<: *deploy_packages
when: manual
except:
- "/^v\\d+(\\.\\d+)+$/" # Only on version tags
deploy:packages:tags:
<<: *deploy_packages
@ -408,6 +410,8 @@ deploy:docker:
deploy:docker:manual:
<<: *deploy_docker_latest
when: manual
except:
- "/^v\\d+(\\.\\d+)+$/" # Only on version tags
deploy:docker:tags:
<<: *deploy_docker_latest