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 dry run workflow for PR from forks #1681

Merged
merged 3 commits into from
Mar 6, 2025

Conversation

Kobzol
Copy link
Contributor

@Kobzol Kobzol commented Mar 6, 2025

GitHub strikes again.. We need to get the PR number into the dry-run workflow somehow. This seemed like the simplest possibility (https://github.com/orgs/community/discussions/25220).

@Kobzol Kobzol requested a review from marcoieni March 6, 2025 12:52
@@ -42,7 +42,8 @@ jobs:
rustup default stable
rustc -vV

- uses: Swatinem/rust-cache@v2
# Pinning a specific version to avoid surprises
- uses: Swatinem/rust-cache@27b8ea9368cf428f0bfe41b0876b1a7e809d9844
Copy link
Member

Choose a reason for hiding this comment

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

you might also want to pin this action in other workflows

@marcoieni marcoieni merged commit cde5a40 into rust-lang:master Mar 6, 2025
1 check passed
@Kobzol Kobzol deleted the dry-run-ext branch March 6, 2025 13:14
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.

2 participants