Skip to content

Fix concurrency for pull_request_target triggered workflows - #38093

Merged
Abacn merged 2 commits into
apache:masterfrom
Abacn:fixconcurrency
Apr 7, 2026
Merged

Fix concurrency for pull_request_target triggered workflows#38093
Abacn merged 2 commits into
apache:masterfrom
Abacn:fixconcurrency

Conversation

@Abacn

@AbacnAbacn commented Apr 7, 2026

Copy link
Copy Markdown
Contributor

Please add a meaningful description for your change here

github.event.issue.number is null for pull_request_target triggered workflows. We should use github.event.pull_request.number instead.


Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:

  • Mention the appropriate issue in your description (for example: addresses #123), if applicable. This will automatically add a link to the pull request in the issue. If you would like the issue to automatically close on merging the pull request, comment fixes #<ISSUE NUMBER> instead.
  • Update CHANGES.md with noteworthy changes.
  • If this contribution is large, please file an Apache Individual Contributor License Agreement.

See the Contributor Guide for more tips on how to make review process smoother.

To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md

GitHub Actions Tests Status (on master branch)

Build python source distribution and wheels
Python tests
Java tests
Go tests

See CI.md for more information about GitHub Actions CI or the workflows README to see a list of phrases to trigger workflows.

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@Abacn

Abacn commented Apr 7, 2026

Copy link
Copy Markdown
ContributorAuthor

R: @Amar3tto

@github-actions

Copy link
Copy Markdown
Contributor

Stopping reviewer notifications for this pull request: review requested by someone other than the bot, ceding control. If you'd like to restart, comment assign set of reviewers

@Abacn
Abacn merged commit a5f000f into apache:masterApr 7, 2026
8 checks passed
@Abacn
Abacn deleted the fixconcurrency branch April 7, 2026 20:38
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Abacn@Amar3tto