Skip to content

Fix automatic deletion of static assets packages in CI

Kerem Güneş requested to merge ci-fix-package-deletion into master

Analogue of ckanext-dgu!20 (merged).

When a branch is deleted, that is not the source branch of a merge request, a pipeline is triggered from .gitlab-ci.yml sitting in the master branch to run the job to delete the associated package.

Merge request reports