mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
[CI] Add label enforcement (#6365)
* Add label enforcement * fix .gitlab-ci.yml * update check_labels.sh
This commit is contained in:
@@ -721,3 +721,14 @@ validator 4 4:
|
||||
<<: *validator-deploy
|
||||
script:
|
||||
- ./.maintain/flamingfir-deploy.sh flamingfir-validator4
|
||||
|
||||
#### stage: .post
|
||||
|
||||
check-labels:
|
||||
stage: .post
|
||||
image: paritytech/tools:latest
|
||||
<<: *kubernetes-build
|
||||
only:
|
||||
- /^[0-9]+$/
|
||||
script:
|
||||
- ./.maintain/gitlab/check_labels.sh
|
||||
|
||||
Reference in New Issue
Block a user