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

remove concurrency on workflow_call github workflows #9258

Conversation

modular-magician
Copy link
Collaborator

https://github.com/GoogleCloudPlatform/magic-modules/actions/runs/13204479522/job/36864303644?pr=12992

  • The called workflow using workflow_call should inherit the full event payload from the calling workflow, including github.event.pull_request context
  • However, we're seeing the PR number missing from concurrency group names, suggesting this inheritance isn't working as expected
  • Added debug steps to inspect the available context in the called workflow
  • Switching to using github.event.number For whatever reason github.event.pull_request.number is sometimes missing.

Release Note Template for Downstream PRs (will be copied)

See Write release notes for guidance.


Derived from GoogleCloudPlatform/magic-modules#12998

[upstream:0915b2d58d79945cd228d25e3ba2b7af73b0649d]

Signed-off-by: Modular Magician <[email protected]>
@modular-magician modular-magician requested a review from a team as a code owner February 7, 2025 19:10
@modular-magician modular-magician merged commit d136713 into hashicorp:main Feb 7, 2025
4 checks passed
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.

1 participant