Skip to content

Commit

Permalink
Remove deprecated only rule usage
Browse files Browse the repository at this point in the history
  • Loading branch information
leocardao committed Aug 17, 2024
1 parent 90bbb2a commit a39b72f
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,12 +171,11 @@ Documentations:
variables:
PYTHON_VERSION: ${LATEST_PYTHON}
CI_TOX_ENV: docs
only:
refs:
- merge_requests
changes:
- docs/**/*
- pyproject.toml
- setup.cfg
- tox.ini
- .gitlab-ci.yml
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
changes:
- docs/**/*
- pyproject.toml
- setup.cfg
- tox.ini
- .gitlab-ci.yml

0 comments on commit a39b72f

Please sign in to comment.