Skip to content

remove the RepositoryDispatchEvent (building every six hours) #2278

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

Merged
merged 1 commit into from
Jul 4, 2025

Conversation

slimslenderslacks
Copy link
Collaborator

Remove the repository dispatch event from the release GHA workflow

Description

We're still checking for new releases, and then building and pushing them, but we'll do this on a separate schedule, instead of using this repository dispatch mechanism.

Motivation and Context

The repository dispatch mechanism was put in place to signal the Docker Build cloud to pull the release and build it. We'll still do this but we'll poll for releases instead.

Breaking Changes

Should be none. This is just removing a step from an existing workflow.

@olaservo olaservo merged commit 0cbf8ea into main Jul 4, 2025
22 checks passed
@olaservo olaservo deleted the slim/remove-docker-dispatch branch July 4, 2025 23:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants