exclude manual deploy-commit-to-staging from running on PR merge (#558)

This commit is contained in:
Sergejs Kostjucenko
2023-10-31 17:01:12 +02:00
committed by GitHub
parent 4e99eb4635
commit 1d04e4aac2
+3 -1
View File
@@ -209,7 +209,9 @@ deploy-commit-to-staging:
<<: *deploy
environment:
name: parity-stg
when: manual
rules:
- if: '$CI_COMMIT_BRANCH =~ /^[0-9]+/'
when: manual
# Automatically deploy `master` branch or tag like `v1.0` to staging
deploy-master-to-staging: