Commit 38f1bdb5 authored by Federico Falconieri's avatar Federico Falconieri
Browse files

Merge branch 'rhtenhove-main-patch-65418' into 'main'

fix: workflow more default

See merge request just-ci/templates!87
parents 067e6c7a e29b2727
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -2,11 +2,10 @@
# CI of ci/templates itself

variables:
  SCHEDULE_PIPELINE_PROJECT_IDS: "30771297 30771293 30771284 30771254 30771239"
  SCHEDULE_PIPELINE_PROJECT_IDS: 30771297 30771293 30771284 30771254 30771239

include:
  - local: pipelines/project-automation.yml
  - local: pipelines/workflow.yml
  - local: yaml/yamllint.yml
  - local: project-automation/pipeline-scheduler.yml
  - local: project-automation/pages-hugo.yml
+1 −0
Original line number Diff line number Diff line
---
include:
  - local: project-automation/workflow.yml
  - local: "python/flawfinder.yml"
  - local: "c/cppcheck.yml"

+1 −0
Original line number Diff line number Diff line
---
include:
  - local: project-automation/workflow.yml
  - local: container/kaniko.yml
  - local: container/buildah.yml
  - local: container/grype.yml
+1 −0
Original line number Diff line number Diff line
---
include:
  - local: project-automation/workflow.yml
  - local: "project-automation/find-next-release.yml"
  - local: "project-automation/gitlab-recommended.yml"
  - local: "project-automation/semantic-release.yml"
+1 −0
Original line number Diff line number Diff line
---
include:
  - local: project-automation/workflow.yml
  - local: "python/collections/quality.yml"
  - local: "python/collections/release.yml"
  - local: "python/collections/security.yml"
Loading