[vlc-commits] [Git][videolan/vlc][master] CI: only create a debian-contrib pipeline on MR events
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon Oct 13 13:51:46 UTC 2025
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
a6f29b2b by Steve Lhomme at 2025-10-13T14:14:53+02:00
CI: only create a debian-contrib pipeline on MR events
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -270,12 +270,13 @@ debian-contrib:
image:
name: $VLC_DEBIAN_IMAGE
rules:
- - changes:
- # should match get-contrib-sha.sh
- - contrib/**/*
- - contrib/*
- - extras/tools/*
- - extras/ci/*
+ - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
+ changes:
+ # should match get-contrib-sha.sh
+ - contrib/**/*
+ - contrib/*
+ - extras/tools/*
+ - extras/ci/*
script: |
export NCPU=$(getconf _NPROCESSORS_ONLN)
echo "Building branch '${CI_COMMIT_BRANCH}' (default: '${CI_DEFAULT_BRANCH}')"
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a6f29b2b8f739526d22b2ff55d7cd943e48127f4
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a6f29b2b8f739526d22b2ff55d7cd943e48127f4
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list