test action with PR trigger and older Rust version#2780
Closed
szokeasaurusrex wants to merge 2 commits intoszokeasaurusrex/rust-toolchain-update-ci-workflowfrom
Closed
test action with PR trigger and older Rust version#2780szokeasaurusrex wants to merge 2 commits intoszokeasaurusrex/rust-toolchain-update-ci-workflowfrom
szokeasaurusrex wants to merge 2 commits intoszokeasaurusrex/rust-toolchain-update-ci-workflowfrom
Conversation
99aacaa to
2ff1d15
Compare
szokeasaurusrex
added a commit
that referenced
this pull request
Sep 22, 2025
The PRs from the Rust toolchain update bot don't trigger the `pull_request`-triggered workflows. This is a [GitHub feature, not a bug.](https://docs.github.com/en/actions/concepts/security/github_token?utm_source=chatgpt.com#when-github_token-triggers-workflow-runs) This change adds a `workflow_dispatch` trigger to our CI action, and has the Rust toolchain update bot automatically trigger the action after opening the PR. I tested this change with #2781. Although the workflow run does not show on that PR, we can see that, in fact, the [CI did run](https://github.com/getsentry/sentry-cli/actions/runs/17911030223) against the commit. My guess is maybe it has to do with the fact that the #2781 is against #2780, rather than the `master` branch.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.