Skip to content
Snippets Groups Projects

Fix file filters for CI

Merged Sascha Klawohn requested to merge fix-ci-file-filters into develop
1 file
+ 6
6
Compare changes
  • Side-by-side
  • Inline
+ 6
6
@@ -11,12 +11,12 @@
.anchors:
.non-docs-changes: &non-docs-changes
changes:
- examples
- gui
- nomad
- ops
- scripts
- tests
- examples/**/*
- gui/**/*
- nomad/**/*
- ops/**/*
- scripts/**/*
- tests/**/*
- "*" # all files in root
.manual-allow_failure: &manual-allow_failure
when: manual
Loading