Merge branch 'mlimonci/less-ci' into 'main'

Disable deb and rpm CI other than at release

See merge request kernel-firmware/linux-firmware!42
This commit is contained in:
Josh Boyer 2023-10-26 14:21:13 +00:00
commit 80703e05c6
1 changed files with 0 additions and 20 deletions

View File

@ -25,26 +25,6 @@ pre-commit:
script:
- pre-commit run --all-files
rpm:
stage: test
image: fedora
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- *rpmcommon
deb:
stage: test
image: debian
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- if: $CI_COMMIT_TAG
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- *debcommon
deb-release:
stage: deploy
image: debian