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

CI: Maintenance, this and that #187

Merged
merged 2 commits into from
Jul 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
interval: "weekly"

- package-ecosystem: "docker"
directory: "/release/oci"
schedule:
interval: "monthly"
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-oci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage OCI container images through GitHub Actions (GHA) to GitHub Container Registry (GHCR).
name: Release OCI to GHCR
name: "Release: OCI to GHCR"

on:
pull_request: ~
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Stage Python source distribution and wheel packages through GitHub Actions (GHA) to Python Package Index (PyPI).
name: Release to PyPI
name: "Release: Python package to PyPI"

on:
push:
Expand Down
Loading