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:
parent
2c299c69cf
commit
f4a43c9b47
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue