Skip to content

Commit

Permalink
CI: fix rules
Browse files Browse the repository at this point in the history
  • Loading branch information
cgerum committed Nov 27, 2023
1 parent b214e9f commit 8983eba
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 @@ -134,6 +134,7 @@ test_python_310:
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_REF == "main"



build_docs:
stage: test
image: ubuntu:22.04
Expand All @@ -153,10 +154,8 @@ build_docs:
- pydoc-markdown --build --site-dir public_html/
tags:
- docker

rules:
- if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_REF == "main"

# Empty dependencies to disable artifacts passing
dependencies: []

Expand Down

0 comments on commit 8983eba

Please sign in to comment.