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

chore(ci): address two minor workflow issues #438

Merged
merged 1 commit into from
Aug 14, 2024
Merged

Conversation

xiehan
Copy link
Contributor

@xiehan xiehan commented Aug 14, 2024

Quick fixes for two small issues:

  • the cancel-in-progress: true on the automerge and auto-approve workflows was sometimes (not consistently) causing all runs of a workflow to be canceled, instead of forcing only the most recent one to run. This feels like a bug on GitHub's side but whatever, we should be able to fix it by removing that setting.
  • for whatever reason the alert-open-prs workflow has been failing a lot this week with 503s/504s, which shows up as red on our dashboard. If this workflow happens to fail once, it's not that big of a deal, so I applied the same fix that we used for the lock workflow -- continue-on-error: true to have the workflow not show up as failed.

@xiehan xiehan requested a review from a team as a code owner August 14, 2024 10:36
@xiehan xiehan requested review from ansgarm and DanielMSchmidt and removed request for a team August 14, 2024 10:36
@team-tf-cdk team-tf-cdk enabled auto-merge (squash) August 14, 2024 10:37
@team-tf-cdk team-tf-cdk merged commit 8a354df into main Aug 14, 2024
10 checks passed
@team-tf-cdk team-tf-cdk deleted the minor-workflow-fixes branch August 14, 2024 10:37
Copy link

I'm going to lock this pull request because it has been closed for at least 7 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue so we can investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants