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

Revert backport of arm64 scheduled workflows #16151

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

jmhbnz
Copy link
Member

@jmhbnz jmhbnz commented Jun 28, 2023

This reverts #16119.

Reverting changes as scheduled github actions apparently only work if they exist in default branch, refer: https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule

Scheduled workflows run on the latest commit on the default or base branch. The shortest interval you can run scheduled workflows is once every 5 minutes.

So we need to take an alternative approach of having the workflows in main but adding parameter to checkout action so it checks out the release-3.5 branch.

This reverts commit cb38980, reversing
changes made to f565a94.

Changes reversed as scheduled github actions must exist in default branch.

Signed-off-by: James Blair <mail@jamesblair.net>
Copy link
Member

@ahrtr ahrtr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jmhbnz

@ahrtr ahrtr merged commit f3f3729 into etcd-io:release-3.5 Jul 4, 2023
@jmhbnz jmhbnz deleted the revert-workflow-backport branch July 27, 2023 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants