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

fix(ci): fix workflows to run when required to avoid empty required c… #3342

Merged
merged 3 commits into from
Apr 20, 2023

Conversation

GenPage
Copy link
Member

@GenPage GenPage commented Apr 20, 2023

…hecks

what

This adjusts our workflows to run in more cases that are deemed relative to the required check or not. It's a bit more comprehensive and less targeted.

why

We have certain GHA workflows that we are required to pass before we allow Pull Requests to merge. However, some workflows are not triggered in certain cases which results in a PR being "stuck" due to a workflow being required without any build getting queued up.

tests

  • I have tested my changes

references

Similar to #3267

@GenPage GenPage requested a review from a team as a code owner April 20, 2023 19:00
@GenPage GenPage assigned GenPage and jamengual and unassigned GenPage Apr 20, 2023
Comment on lines +29 to +30
- '**.go'
- '**.js'
Copy link
Contributor

Choose a reason for hiding this comment

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

why we are adding and then at the same time ignoring here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch. We don't want to ignore here, only in the *-required flows.

@GenPage GenPage merged commit d88857b into main Apr 20, 2023
@GenPage GenPage deleted the ci/update-workflows-required-checks branch April 20, 2023 21:51
nitrocode pushed a commit that referenced this pull request May 5, 2023
…hecks (#3342)

* fix(ci): fix workflows to run when required to avoid empty required checks
@nitrocode nitrocode added this to the v0.24.0 milestone May 8, 2023
mtavaresmedeiros pushed a commit to mtavaresmedeiros/atlantis that referenced this pull request Jul 3, 2023
…hecks (runatlantis#3342)

* fix(ci): fix workflows to run when required to avoid empty required checks
ijames-gc pushed a commit to gocardless/atlantis that referenced this pull request Feb 13, 2024
…hecks (runatlantis#3342)

* fix(ci): fix workflows to run when required to avoid empty required checks
ijames-gc pushed a commit to gocardless/atlantis that referenced this pull request Feb 13, 2024
…hecks (runatlantis#3342)

* fix(ci): fix workflows to run when required to avoid empty required checks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants