GitLab CI: Fixup a scheduling rule.

This commit is contained in:
Gerald Combs 2021-04-30 15:42:14 -07:00
parent f80227861f
commit d816ebea17
1 changed files with 1 additions and 3 deletions

View File

@ -315,11 +315,9 @@ docbook:
# Build all doxygen docs
doxygen_all:
extends: .if-daily-schedule
stage: build
image: wireshark/wireshark-ubuntu-dev
rules:
- if: '$CI_PIPELINE_SOURCE == "schedule" && $WS_CI_SCHEDULE == "daily"'
when: always
script:
- mkdir build
- cd build