Skip to content
Snippets Groups Projects

gitlab CI: fix the repo name for excluding checks on master

Merged Peter Hutterer requested to merge whot/libevdev:wip/ci-fix-master-exclusion into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -110,7 +110,7 @@ check-commit:
script:
- ci-fairy check-commits --signed-off-by --junit-xml=results.xml
except:
- master@libinput/libinput
- master@libevdev/libevdev
variables:
GIT_DEPTH: 100
artifacts:
Loading