Skip to content

Explicitly call long running workflow in release workflow#583

Merged
satyakigh merged 1 commit into
mainfrom
fix/explicit-calls-to-long-running-tests
May 13, 2026
Merged

Explicitly call long running workflow in release workflow#583
satyakigh merged 1 commit into
mainfrom
fix/explicit-calls-to-long-running-tests

Conversation

@chrisqm-dev
Copy link
Copy Markdown
Contributor

Description of changes:

  • Add logic in release.yml to call the long-running test workflow
  • This is required because the on release mode does not work
    • GitHub Actions prevents workflows from triggering other workflows when the event is created using the default GITHUB_TOKEN. This is a deliberate design to prevent infinite workflow loops.
    • release.yml uses softprops/action-gh-release, which creates the GitHub Release using the default GITHUB_TOKEN

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@chrisqm-dev chrisqm-dev requested a review from a team as a code owner May 13, 2026 18:16
@satyakigh satyakigh merged commit 4336efa into main May 13, 2026
24 of 25 checks passed
@satyakigh satyakigh deleted the fix/explicit-calls-to-long-running-tests branch May 13, 2026 18:19
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.

3 participants