mirror of
https://gitlab.com/components/sast.git
synced 2025-06-30 07:28:29 +02:00
Merge branch 'ensure-job-on-branch-only' into 'main'
Run ensure-x-job-added only on branch See merge request gitlab-components/sast!8
This commit is contained in:
commit
01f964281a
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ ensure-brakeman-job-added:
|
|||
if [ "$count" != "1" ]; then
|
||||
exit 1
|
||||
fi
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH
|
||||
|
||||
# Ensure that a project description exists, because it will be important to display
|
||||
# the resource in the catalog.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue