Skip to content
Snippets Groups Projects
Commit 5cdf641f authored by Moul's avatar Moul
Browse files

[fix] CI lint: Parsing issue when merging on dev branch

- Try using same only files block changes to trigger tests-3.7 and pages jobs
- Otherwise, pages job could think tests-3.7 does not exists
parent 156a2b17
No related branches found
No related tags found
1 merge request!146Merge dev into master branch to complete v0.8.0 development cycle
Pipeline #7216 passed with warnings
......@@ -92,7 +92,7 @@ pypi:
- poetry publish --build --username $PYPI_LOGIN --password $PYPI_PASSWORD
pages:
extends: .code_changes
extends: .changes
needs: [tests-3.7-coverage]
only: [dev]
stage: coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment