mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-22 02:08:04 +00:00
exclude manual deploy-commit-to-staging from running on PR merge (#558)
This commit is contained in:
committed by
GitHub
parent
4e99eb4635
commit
1d04e4aac2
+3
-1
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user