Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download: Trim explicit registries #2403

Merged
merged 7 commits into from
Sep 1, 2023
Prev Previous commit
Next Next commit
Run prettier on Github Actions.
MatthiasZepper committed Aug 31, 2023
commit d27c4454b7866748b0e5de933df6ba0b5efad7f0
10 changes: 5 additions & 5 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
@@ -6,12 +6,12 @@ on:
branches:
- dev
paths-ignore:
- 'docs/**'
- 'CHANGELOG.md'
- "docs/**"
- "CHANGELOG.md"
pull_request:
paths-ignore:
- 'docs/**'
- 'CHANGELOG.md'
paths-ignore:
- "docs/**"
- "CHANGELOG.md"
release:
types: [published]

4 changes: 2 additions & 2 deletions .github/workflows/tools-api-docs-dev.yml
Original file line number Diff line number Diff line change
@@ -5,10 +5,10 @@ on:
branches:
- dev
paths-ignore:
- 'CHANGELOG.md'
- "CHANGELOG.md"
pull_request:
paths-ignore:
- 'CHANGELOG.md'
- "CHANGELOG.md"
release:
types: [published]