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 typo in Override version bump PR checks action #6632

Merged
merged 1 commit into from
Feb 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix typo in Override version bump PR checks
andrewlock committed Feb 5, 2025

Verified

This commit was signed with the committer’s verified signature.
andrewlock Andrew Lock
commit 73cce2d7b15814f9f38bbf583e36900577fd3241
2 changes: 1 addition & 1 deletion .github/workflows/override_version_bump_pr_checks.yml
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ jobs:
set -o pipefail

# These checks won't run automatically on the version bump PR, so need to force this
contexts=("code_freeze" "verify_source_generators" "verify_app_trimming_descriptor_generator", "verify_solution_changes_are_persisted")
contexts=("code_freeze" "verify_source_generators" "verify_app_trimming_descriptor_generator" "verify_solution_changes_are_persisted")

sha="${{ github.sha }}"
targetUrl="https://github.com/DataDog/dd-trace-dotnet/actions/workflows/override_version_bump_pr_checks.yml"