Skip to content

Commit

Permalink
Prevent unnecessary jobs in scheduled CI pipelines
Browse files Browse the repository at this point in the history
Ref. None
  • Loading branch information
treiher committed Apr 8, 2024
1 parent 62ecb3a commit e1f923d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -469,12 +469,11 @@ pdf_documentation:
- doc/user_guide/build/latex/user_guide.pdf

packaging:
extends: .testing
services:
- image:recordflux
- cpu:8
- mem:16
needs:
- setup
script:
- git fetch --unshallow
- *setup_gnat
Expand Down

0 comments on commit e1f923d

Please sign in to comment.